X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=tests%2Faudioprobe.cpp;h=f2f47d9ad2f61b62e8989ada090d2606a5e6f266;hb=10977977730415518802eb37c570af4ac18138de;hp=7ec0ec6555e7eaaee0bbfcb75fc1d234ae365751;hpb=bee81ff356bbec279facb50dab5e6069c6475fcc;p=rtaudio.git diff --git a/tests/audioprobe.cpp b/tests/audioprobe.cpp index 7ec0ec6..f2f47d9 100644 --- a/tests/audioprobe.cpp +++ b/tests/audioprobe.cpp @@ -17,7 +17,8 @@ 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"; apiMap[RtAudio::LINUX_PULSE] = "Linux PulseAudio"; @@ -27,6 +28,8 @@ int main() std::vector< RtAudio::Api > apis; RtAudio :: getCompiledApi( apis ); + std::cout << "\nRtAudio Version " << RtAudio::getVersion() << std::endl; + std::cout << "\nCompiled APIs:\n"; for ( unsigned int i=0; i