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
reuk fd87195941
iOS Audio: Allow specifying a fixed set of preferred sample rates
By defining JUCE_IOS_AUDIO_EXPLICIT_SAMPLERATES, the iOS audio device
will always use the requested samplerates instead of querying the
current audio device for the samplerates it supports. This is useful
because certain hardware (such as the Focusrite iTrack Dock) takes a
long time to set new samplerates, which can end up freezing the main
thread for significant lengths of time.

This approach is inspired by the AUM app for iOS, which appears to
provide a fixed list of "allowed" samplerates, rather than querying the
device for its allowed samplerates.
2021-09-22 10:23:04 +01:00
..
audio_io Windows: Fix and suppress some analysis warnings 2021-05-26 15:34:26 +01:00
midi_io Add some missing Doxygen tags 2021-09-20 11:36:56 +01:00
native iOS Audio: Allow specifying a fixed set of preferred sample rates 2021-09-22 10:23:04 +01:00
sources Updated all license headers 2020-04-23 17:30:39 +01:00
juce_audio_devices.cpp UMP: Remove juce_audio_devices dependency 2021-07-27 12:32:22 +01:00
juce_audio_devices.h Bump version number to 6.1.2 2021-09-20 12:15:47 +01:00
juce_audio_devices.mm Updated all license headers 2020-04-23 17:30:39 +01:00