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
attila 70c9c5bfdb
iOS Audio: Add waiting mechanism after AVAudioSession setActive: to ensure correct buffer size detection on iOS 18
The waiting is only added on iOS 18 as this is the only platform where
seems to be an asynchronous relationship between
(1) AVAudioSession setActive:
(2) AVAudioSession setPreferredIOBufferDuration:
and (3) AVAudioSession.IOBufferDuration.

The issue is not observable in the iOS 18 emulator.
2024-10-03 17:46:49 +01:00
..
audio_io Platform: Remove compatibility checks for Windows 8.1 and earlier 2024-07-03 13:47:06 +01:00
midi_io Versioning: Add the JUCE version number to any internally created threads 2024-09-26 08:10:56 +00:00
native iOS Audio: Add waiting mechanism after AVAudioSession setActive: to ensure correct buffer size detection on iOS 18 2024-10-03 17:46:49 +01:00
sources Update licensing information 2024-04-16 11:39:35 +01:00
juce_audio_devices.cpp Fix C++23 compilation 2024-08-15 11:15:15 +02:00
juce_audio_devices.h Bump version number to 8.0.2 2024-09-26 08:31:50 +01:00
juce_audio_devices.mm Update licensing information 2024-04-16 11:39:35 +01:00