From 38452a3a577011e763206672ce235b0f91ec64f8 Mon Sep 17 00:00:00 2001 From: Steve Russell <41975381+SteveRussell33@users.noreply.github.com> Date: Sat, 15 Mar 2025 01:45:31 +0000 Subject: [PATCH] [DEPS] RtAudio: turn off DirectSound, turn on ASIO (Windows) --- dep/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dep/Makefile b/dep/Makefile index 167fb20c..3349d26e 100755 --- a/dep/Makefile +++ b/dep/Makefile @@ -215,14 +215,10 @@ ifdef ARCH_MAC RTAUDIO_FLAGS += -DRTAUDIO_API_CORE=ON -DRTAUDIO_API_PULSE=OFF -DRTAUDIO_API_JACK=OFF endif ifdef ARCH_WIN -RTAUDIO_FLAGS += -DRTAUDIO_API_DS=ON -DRTAUDIO_API_WASAPI=ON +RTAUDIO_FLAGS += -DRTAUDIO_API_DS=OFF -DRTAUDIO_API_WASAPI=ON # ASIO is proprietary software owned by Steinberg, so distributing it with your own VCV Rack build would violate Rack's GPLv3 license. # However, since VCV owns the copyright of all GPL'd code in the Rack package, we include ASIO in the Windows build for convenience to our users. -ifdef RTAUDIO_ASIO RTAUDIO_FLAGS += -DRTAUDIO_API_ASIO=ON -else -RTAUDIO_FLAGS += -DRTAUDIO_API_ASIO=OFF -endif endif # RtAudio on Windows and Mac uses these macros to enable UTF-8 device names