mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-23 04:08:36 -05:00
Merge branch 'master' into audio_recording
This commit is contained in:
commit
1c415afa92
@ -190,8 +190,8 @@ IF (WIN32)
|
|||||||
|
|
||||||
# Audio device selection is not mandatory, dummy audio device is used if none are compiled in.
|
# Audio device selection is not mandatory, dummy audio device is used if none are compiled in.
|
||||||
# Can also compile support for more than one simultaneously.
|
# Can also compile support for more than one simultaneously.
|
||||||
set(USE_AUDIO_DS OFF CACHE BOOL "Include support for DirectSound")
|
set(USE_AUDIO_DS ON CACHE BOOL "Include support for DirectSound")
|
||||||
set(USE_AUDIO_WASAPI ON CACHE BOOL "Include support for WASAPI Audio")
|
set(USE_AUDIO_WASAPI OFF CACHE BOOL "Include support for WASAPI Audio")
|
||||||
# TODO:
|
# TODO:
|
||||||
# set(USE_AUDIO_ASIO OFF CACHE BOOL "Include support for ASIO Audio")
|
# set(USE_AUDIO_ASIO OFF CACHE BOOL "Include support for ASIO Audio")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user