22 #ifndef BACKENDS_MIXER_ATARI_H 23 #define BACKENDS_MIXER_ATARI_H 25 #include "backends/mixer/mixer.h" 26 #include "common/events.h" 47 int _outputChannels = 0;
48 bool _emulated16bitMono =
false;
49 bool _downsample =
false;
52 int _sampleBufferSize = 0;
53 byte *_sampleBuffer =
nullptr;
55 int _atariSampleBufferSize = 0;
56 byte *_atariSampleBuffer =
nullptr;
int resumeAudio() override
void suspendAudio() override
bool notifyEvent(const Common::Event &event) override
Definition: atari-mixer.h:32