Audaspace: add support for WASAPI on Windows
This adds WASAPI as audio backend on Windows. WASAPI is the modern standard audio API on Windows introduced with Windows Vista. Ref T86590
This commit is contained in:
@@ -1330,7 +1330,7 @@ static const char arg_handle_audio_set_doc[] =
|
||||
"\n\t"
|
||||
"Force sound system to a specific device."
|
||||
"\n\t"
|
||||
"'None' 'SDL' 'OpenAL' 'JACK' 'PulseAudio'.";
|
||||
"'None' 'SDL' 'OpenAL' 'JACK' 'PulseAudio' 'WASAPI'.";
|
||||
static int arg_handle_audio_set(int argc, const char **argv, void *UNUSED(data))
|
||||
{
|
||||
if (argc < 1) {
|
||||
|
Reference in New Issue
Block a user