summaryrefslogtreecommitdiffstats
path: root/polyp/polypaudio.pa
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-06 17:47:04 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-06 17:47:04 +0000
commit566e469bbe570be88a7122009e5128697d931700 (patch)
treecd892d02a61d47f5b9e4d030f154fe7b23e82c61 /polyp/polypaudio.pa
parent6c4fd620408b3f14a1d4164d58db70df7a252674 (diff)
add module-pipe-source
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@180 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/polypaudio.pa')
-rwxr-xr-xpolyp/polypaudio.pa11
1 files changed, 7 insertions, 4 deletions
diff --git a/polyp/polypaudio.pa b/polyp/polypaudio.pa
index a31712f5..87b4114a 100755
--- a/polyp/polypaudio.pa
+++ b/polyp/polypaudio.pa
@@ -32,8 +32,8 @@
#autoload_source_add input module-oss device="/dev/adsp" sink_name=output source_name=input
#autoload_sink_add output module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
#autoload_source_add input module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
-autoload_sink_add output module-alsa-sink sink_name=output
-autoload_source_add input module-alsa-source source_name=input
+#autoload_sink_add output module-alsa-sink sink_name=output
+#autoload_source_add input module-alsa-source source_name=input
# Load several protocols
#load module-esound-protocol-tcp
@@ -43,7 +43,7 @@ load module-native-protocol-unix
#load module-esound-protocol-unix
# Load the CLI module
-#load module-cli
+load module-cli
# Make some devices default
sink_default output
@@ -55,5 +55,8 @@ source_default input
scache_load /usr/share/sounds/KDE_Notify.wav x11-bell
# Load X11 bell module
-load module-x11-bell sample=x11-bell sink=output
+#load module-x11-bell sample=x11-bell sink=output
+
+load module-pipe-source
+load module-pipe-sink