mirror of
https://github.com/thestk/stk
synced 2026-01-11 20:11:52 +00:00
Change "Core Audio" to "CoreAudio"
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user