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 83e3cd8be9
WASAPI: Fix issue where current buffer size could be misreported in non-low-latency non-exclusive mode
In shared mode (i.e. non-low-latency, non-exclusive) the driver has sole
responsibility for setting the wakeup period, and this cannot be changed
by the application. This change ensures that the audio device always
uses the buffer size reported by the audio hardware, even when that
differs from the buffer size that was requested by the program.
2025-12-16 12:03:34 +00:00
..
audio_io Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
midi_io MIDI: Remove separating ':' between endpoint name and group name 2025-12-08 14:15:50 +00:00
native WASAPI: Fix issue where current buffer size could be misreported in non-low-latency non-exclusive mode 2025-12-16 12:03:34 +00:00
sources Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
juce_audio_devices.cpp ASIO: Bundle required headers from SDK 2025-10-21 17:32:36 +01:00
juce_audio_devices.h Bump version number to 8.0.12 2025-12-16 08:48:49 +00:00
juce_audio_devices.mm Update licensing information 2024-04-16 11:39:35 +01:00