DefaultAudioScheduler
ClassSource: DefaultAudioScheduler.h
Inherits from: AudioScheduler
Description
Backend-driven scheduler used on platforms without a dedicated audio task.
Delegates all synthesis to ApuCore; generateSamples() runs in whichever context the backend invokes it (tests, simulators without a thread, etc.).
Inheritance
AudioScheduler → DefaultAudioScheduler
