summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRyan Schmidt <git@ryandesign.com>2018-08-25 21:29:46 -0500
committerStephen Sinclair <radarsat1@gmail.com>2018-10-30 12:28:16 +0100
commite41e3e845d847c7eb9e33af966888f1a09ecef56 (patch)
tree40e7dc3d911d5b721a21e6a4af9b9ca7e14e73ba /tests
parent5dff50ada9773c8bd61099b21370cd7dfec33341 (diff)
Change "Direct Sound" to "DirectSound"
Diffstat (limited to 'tests')
-rw-r--r--tests/audioprobe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/audioprobe.cpp b/tests/audioprobe.cpp
index c83d3a5..f2f47d9 100644
--- a/tests/audioprobe.cpp
+++ b/tests/audioprobe.cpp
@@ -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";