summaryrefslogtreecommitdiff
path: root/tests/audioprobe.cpp
diff options
context:
space:
mode:
authorGary Scavone <gary@music.mcgill.ca>2012-12-10 20:30:46 +0000
committerStephen Sinclair <sinclair@music.mcgill.ca>2013-10-11 01:38:32 +0200
commitbee81ff356bbec279facb50dab5e6069c6475fcc (patch)
tree616131a39345439599b0db44d4af82e86ed14e6e /tests/audioprobe.cpp
parent6befb5faa6fa95ca63ec62e240263f79c79432e2 (diff)
Various updates for pulseaudio API and default ALSA device enumeration (gs).
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";