Skip to content

DefaultAudioScheduler

Class

Source: 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

AudioSchedulerDefaultAudioScheduler

Methods

const ApuCore& core() const

ApuCore& core()

Released under the MIT License.