summaryrefslogtreecommitdiff
path: root/src/audio/audio_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio/audio_engine.h')
-rw-r--r--src/audio/audio_engine.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/audio/audio_engine.h b/src/audio/audio_engine.h
index 699213d..cc4c80a 100644
--- a/src/audio/audio_engine.h
+++ b/src/audio/audio_engine.h
@@ -50,17 +50,8 @@ class AudioEngine {
// Get or create synth ID for a sample
int get_or_register_synth_id(int sample_id);
-#if !defined(STRIP_ALL)
- // Seeking support
- void prewarm_for_time_range(float start_time, float end_time);
- void update_silent(float music_time); // Update without triggering audio
-#endif
-
SpectrogramResourceManager resource_mgr_;
- // NOTE: For now, synth and tracker are global C functions (not members)
- // Future refactoring will convert them to member objects
-
// Mapping: sample_id → synth_id (lazy registration)
int sample_to_synth_id_[MAX_SPECTROGRAM_RESOURCES];