1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00
JUCE/modules/juce_audio_devices/native
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
..
asio ASIO: Bundle required headers from SDK 2025-10-21 17:32:36 +01:00
java/app/com/rmsl/juce MIDI: Add support for MIDI 2.0 I/O using Universal MIDI Packets 2025-09-17 12:50:07 +01:00
javaopt/app/com/rmsl/juce MIDI: Add support for MIDI 2.0 I/O using Universal MIDI Packets 2025-09-17 12:50:07 +01:00
oboe Android: Update Oboe to 1.9.0 2024-11-05 13:28:10 +00:00
juce_ALSA_linux.cpp Docs: Update language to be more diplomatic 2025-11-18 15:47:42 +00:00
juce_ALSA_weak_linux.h MIDI: Add support for MIDI 2.0 I/O using Universal MIDI Packets 2025-09-17 12:50:07 +01:00
juce_ASIO_windows.cpp Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
juce_Audio_android.cpp Android: Remove unnecessary SDK version checks 2025-03-19 11:06:17 +00:00
juce_Audio_ios.cpp iOS and macOS: Use consistent capitalisation with @available syntax 2025-09-25 14:56:34 +01:00
juce_Audio_ios.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_CoreAudio_mac.cpp Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
juce_CoreMidi_mac.mm CoreMidi: Fix timestamps for incoming MIDI messages 2025-11-03 18:30:24 +00:00
juce_DirectSound_windows.cpp Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
juce_HighPerformanceAudioHelpers_android.h Platform: Remove compatibility checks for Android 20 and earlier 2024-07-03 13:45:37 +01:00
juce_JackAudio.cpp JACK: Fix build failure on Linux when JUCE_JACK=1 2025-09-17 12:50:07 +01:00
juce_Midi_android.cpp UMP: Fix typos and add detail to docs 2025-09-17 12:50:07 +01:00
juce_Midi_linux.cpp Linux MIDI: Fix a compiler warning 2025-09-30 11:39:22 +01:00
juce_Midi_windows.cpp MIDI: Add support for MIDI 2.0 I/O using Universal MIDI Packets 2025-09-17 12:50:07 +01:00
juce_Oboe_android.cpp JNI: Tidying 2025-09-17 12:50:05 +01:00
juce_OpenSL_android.cpp Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
juce_WASAPI_windows.cpp 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