diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-14 21:08:14 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-04-15 01:04:44 +0100 |
| commit | 6c4ba247bc27d55ed16b012225acd10d485c1f48 (patch) | |
| tree | 471f8a1d9823cc7e5f5f580bb1b2dadbc4385ece /src/wx/wx_util.h | |
| parent | cb7226f045e32c0a081f5ba9f36220b0ade0af30 (diff) | |
Allow WASAPI or DS as the Windows sound API as DirectSound (at
least with RtAudio) does not seem to support > 2 channels.
Diffstat (limited to 'src/wx/wx_util.h')
| -rw-r--r-- | src/wx/wx_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h index d6de3b427..920d6f244 100644 --- a/src/wx/wx_util.h +++ b/src/wx/wx_util.h @@ -58,7 +58,7 @@ class wxSplashScreen; #define DCPOMATIC_RTAUDIO_API RtAudio::LINUX_PULSE #endif #ifdef DCPOMATIC_WINDOWS -#define DCPOMATIC_RTAUDIO_API RtAudio::WINDOWS_DS +#define DCPOMATIC_RTAUDIO_API RtAudio::UNSPECIFIED #endif #ifdef DCPOMATIC_OSX #define DCPOMATIC_RTAUDIO_API RtAudio::MACOSX_CORE |
