scummvm/backends/mixer
Miro Kropacek 9ed3d0b5fe BACKENDS: ATARI: Avoid depletion of mixer slots
This was a bad idea from the beginning (see https://github.com/scummvm/scummvm/pull/4687/files#r1096804842)
but fortunately there is an easy and safe workaround: providing a buffer
with zero length. That way mixCallback() is always called while mixing
is avoided.

Also rename "output_samples" to "audio_buffer_size" to be on par with
the official documentation: https://docs.scummvm.org/en/latest/advanced_topics/understand_audio.html#buffer.
2023-04-07 17:31:40 +02:00
..
atari BACKENDS: ATARI: Avoid depletion of mixer slots 2023-04-07 17:31:40 +02:00
maxmod ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
null AUDIO: Support mono audio output in the mixer 2022-11-18 17:17:00 +01:00
sdl AUDIO: Use 49170 Hz instead of 44100 Hz for the FreeMiNT platform 2023-03-04 23:38:42 +01:00
mixer.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00