Audaspace: add support for CoreAudio on macOS

This adds CoreAudio as audio backend on macOS.
CoreAudio is the standard audio API on macOS.

Ref T86590
This commit is contained in:
Jörg Müller
2021-03-14 12:46:47 +01:00
parent bc57985306
commit 12c08ceee3
18 changed files with 621 additions and 3 deletions

View File

@@ -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' 'WASAPI'.";
"'None' 'SDL' 'OpenAL' 'CoreAudio' 'JACK' 'PulseAudio' 'WASAPI'.";
static int arg_handle_audio_set(int argc, const char **argv, void *UNUSED(data))
{
if (argc < 1) {