sdl2_frt/src/audio/coreaudio
Ryan C. Gordon fc4402e5ff coreaudio: Better handling of audio buffer queue management.
We don't fill buffers just to throw them away during shutdown now, we let the
AudioQueue free its own buffers during disposal (which fixes possible warnings
getting printed to stderr by CoreAudio), and we stop the queue after running
any queued audio during shutdown, which prevents dropping the end of the
audio playback if you opened the device with an enormous sample buffer.

Fixes Bugzilla #3555.
2017-05-24 13:25:31 -04:00
..
SDL_coreaudio.h coreaudio: dynamically allocate AudioQueueBuffers. 2017-05-24 00:12:22 -04:00
SDL_coreaudio.m coreaudio: Better handling of audio buffer queue management. 2017-05-24 13:25:31 -04:00