1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_audio_devices
ed 0c89469ab6 CoreAudio: Call AudioDeviceStop() on IO thread when stopping audio devices
When AudioDeviceStop() is called from a thread other than the IO thread there are no guarantees about the IOProc being called before the thread actually terminates. Moving this call to the audioCallback() method ensures that the device will be stopped immediately and we can remove a check that was taking a few seconds to close devices.
2021-06-29 16:14:48 +01:00
..
audio_io Windows: Fix and suppress some analysis warnings 2021-05-26 15:34:26 +01:00
midi_io UMP: Make the UMPIterator a forward iterator instead of an input iterator 2021-06-22 10:58:46 +01:00
native CoreAudio: Call AudioDeviceStop() on IO thread when stopping audio devices 2021-06-29 16:14:48 +01:00
sources Updated all license headers 2020-04-23 17:30:39 +01:00
juce_audio_devices.cpp Added preliminary support for FreeBSD 2021-03-29 14:16:46 +01:00
juce_audio_devices.h Update the minimum C++ standard to C++14 2021-06-24 16:09:48 +01:00
juce_audio_devices.mm Updated all license headers 2020-04-23 17:30:39 +01:00