More detailed error message.
[rtaudio-cdist.git] / tests / audioprobe.cpp
index c83d3a5f45600cb7bd75895b363e45e0707d813f..f2f47d9ad2f61b62e8989ada090d2606a5e6f266 100644 (file)
@@ -17,7 +17,7 @@ int main()
   std::map<int, std::string> apiMap;
   apiMap[RtAudio::MACOSX_CORE] = "OS-X Core Audio";
   apiMap[RtAudio::WINDOWS_ASIO] = "Windows ASIO";
-  apiMap[RtAudio::WINDOWS_DS] = "Windows Direct Sound";
+  apiMap[RtAudio::WINDOWS_DS] = "Windows DirectSound";
   apiMap[RtAudio::WINDOWS_WASAPI] = "Windows WASAPI";
   apiMap[RtAudio::UNIX_JACK] = "Jack Client";
   apiMap[RtAudio::LINUX_ALSA] = "Linux ALSA";