1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules
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
..
juce_analytics Bump version number to 8.0.2 2024-09-26 08:31:50 +01:00
juce_animation Fix some Doxygen docstrings 2024-06-12 09:35:32 +01:00
juce_audio_basics Bump version number to 8.0.2 2024-09-26 08:31:50 +01:00
juce_audio_devices 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
juce_audio_formats Bump version number to 8.0.2 2024-09-26 08:31:50 +01:00
juce_audio_plugin_client VST3 Client: Fix drifting and growing windows due to inaccurate constrainer operations 2024-10-01 13:53:25 +02:00
juce_audio_processors VST3 Host: Fix growing windows due to inaccurate coordinate operations 2024-10-01 13:53:25 +02:00
juce_audio_utils Merge master JUCE 8.0.2 branch 2024-09-26 12:43:39 +01:00
juce_box2d Bump version number to 8.0.2 2024-09-26 08:31:50 +01:00
juce_core BigInteger: Fix implementation of exponentModulo 2024-09-30 20:37:43 +01:00
juce_cryptography Bump version number to 8.0.2 2024-09-26 08:31:50 +01:00
juce_data_structures Bump version number to 8.0.2 2024-09-26 08:31:50 +01:00
juce_dsp Merge master JUCE 8.0.2 branch 2024-09-26 12:43:39 +01:00
juce_events Merge master JUCE 8.0.2 branch 2024-09-26 12:43:39 +01:00
juce_graphics CoreGraphics: Prevent an assertion when creating a rounded rectangle 2024-10-03 08:36:14 +01:00
juce_gui_basics Windowing: Reinstate old WindowFromPoint behaviour in ComponentPeer::contains 2024-10-02 11:35:39 +01:00
juce_gui_extra MacOS: Suppress deprecation warnings related to NSUserNotification 2024-10-03 16:56:34 +02:00
juce_midi_ci Bump version number to 8.0.2 2024-09-26 08:31:50 +01:00
juce_opengl Bump version number to 8.0.2 2024-09-26 08:31:50 +01:00
juce_osc Bump version number to 8.0.2 2024-09-26 08:31:50 +01:00
juce_product_unlocking Bump version number to 8.0.2 2024-09-26 08:31:50 +01:00
juce_video Bump version number to 8.0.2 2024-09-26 08:31:50 +01:00
CMakeLists.txt Animation: Add juce_animation module 2024-04-16 17:43:21 +01:00