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