Change "Direct Sound" to "DirectSound"

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

View File

@@ -17,7 +17,7 @@ int main()
std::map<int, std::string> apiMap;
apiMap[RtAudio::MACOSX_CORE] = "OS-X CoreAudio";
apiMap[RtAudio::WINDOWS_ASIO] = "Windows ASIO";
apiMap[RtAudio::WINDOWS_DS] = "Windows Direct Sound";
apiMap[RtAudio::WINDOWS_DS] = "Windows DirectSound";
apiMap[RtAudio::UNIX_JACK] = "Jack Client";
apiMap[RtAudio::LINUX_ALSA] = "Linux ALSA";
apiMap[RtAudio::LINUX_OSS] = "Linux OSS";