Change "Core Audio" to "CoreAudio"

This commit is contained in:
Ryan Schmidt
2018-08-25 20:15:08 -05:00
parent f79d75037a
commit 21d392dca7
4 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ int main()
{
// Create an api map.
std::map<int, std::string> apiMap;
apiMap[RtAudio::MACOSX_CORE] = "OS-X Core Audio";
apiMap[RtAudio::MACOSX_CORE] = "OS-X CoreAudio";
apiMap[RtAudio::WINDOWS_ASIO] = "Windows ASIO";
apiMap[RtAudio::WINDOWS_DS] = "Windows Direct Sound";
apiMap[RtAudio::UNIX_JACK] = "Jack Client";