X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=tests%2Faudioprobe.cpp;h=f2f47d9ad2f61b62e8989ada090d2606a5e6f266;hb=10977977730415518802eb37c570af4ac18138de;hp=c83d3a5f45600cb7bd75895b363e45e0707d813f;hpb=4690b26068191afa44dc8a872e250990acb1d175;p=rtaudio.git 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 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";