summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-04-19 20:31:10 +0100
committerCarl Hetherington <cth@carlh.net>2017-04-19 23:04:32 +0100
commit097f4d493bf98fce75200059e7a38eb120ddbb9c (patch)
treef1f5727ed0c66c5046a9051a07b981c00775619c
parent565a0ab9fc8be5c21685b019aa06d37e6c66160c (diff)
Try DirectSound on Windows.
-rw-r--r--src/wx/wx_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h
index 0e12e59de..d163c6938 100644
--- a/src/wx/wx_util.h
+++ b/src/wx/wx_util.h
@@ -56,7 +56,7 @@ class wxGridBagSizer;
#define DCPOMATIC_RTAUDIO_API RtAudio::LINUX_PULSE
#endif
#ifdef DCPOMATIC_WINDOWS
-#define DCPOMATIC_RTAUDIO_API RtAudio::WINDOWS_WASAPI
+#define DCPOMATIC_RTAUDIO_API RtAudio::WINDOWS_DS
#endif
#ifdef DCPOMATIC_OSX
#define DCPOMATIC_RTAUDIO_API RtAudio::MACOSX_CORE