Browse Source

Add space to "Core Audio" audio driver name.

tags/v2.2.1
Andrew Belt 1 year ago
parent
commit
f816a8c9af
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rtaudio.cpp

+ 1
- 1
src/rtaudio.cpp View File

@@ -26,7 +26,7 @@ static const std::map<RtAudio::Api, std::string> RTAUDIO_API_NAMES = {
{RtAudio::WINDOWS_WASAPI, "WASAPI"}, {RtAudio::WINDOWS_WASAPI, "WASAPI"},
{RtAudio::WINDOWS_ASIO, "ASIO"}, {RtAudio::WINDOWS_ASIO, "ASIO"},
{RtAudio::WINDOWS_DS, "DirectSound"}, {RtAudio::WINDOWS_DS, "DirectSound"},
{RtAudio::MACOSX_CORE, "CoreAudio"},
{RtAudio::MACOSX_CORE, "Core Audio"},
{RtAudio::RTAUDIO_DUMMY, "Dummy"}, {RtAudio::RTAUDIO_DUMMY, "Dummy"},
{RtAudio::UNSPECIFIED, "Unspecified"}, {RtAudio::UNSPECIFIED, "Unspecified"},
}; };


Loading…
Cancel
Save