summaryrefslogtreecommitdiff
path: root/tests/audioprobe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/audioprobe.cpp')
-rw-r--r--tests/audioprobe.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/audioprobe.cpp b/tests/audioprobe.cpp
index f7246fb..7ec0ec6 100644
--- a/tests/audioprobe.cpp
+++ b/tests/audioprobe.cpp
@@ -20,6 +20,7 @@ int main()
apiMap[RtAudio::WINDOWS_DS] = "Windows Direct Sound";
apiMap[RtAudio::UNIX_JACK] = "Jack Client";
apiMap[RtAudio::LINUX_ALSA] = "Linux ALSA";
+ apiMap[RtAudio::LINUX_PULSE] = "Linux PulseAudio";
apiMap[RtAudio::LINUX_OSS] = "Linux OSS";
apiMap[RtAudio::RTAUDIO_DUMMY] = "RtAudio Dummy";