summaryrefslogtreecommitdiffstats
path: root/polyp/polypaudio.pa
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/polypaudio.pa')
-rwxr-xr-xpolyp/polypaudio.pa19
1 files changed, 10 insertions, 9 deletions
diff --git a/polyp/polypaudio.pa b/polyp/polypaudio.pa
index 7c31634d..b683e627 100755
--- a/polyp/polypaudio.pa
+++ b/polyp/polypaudio.pa
@@ -1,4 +1,4 @@
-#!./polypaudio -F
+#!./polypaudio -rF
#
# This file is part of polypaudio.
@@ -24,22 +24,23 @@
#load module-alsa-source device=plughw:1,0
#load module-oss device="/dev/dsp" sink_name=output source_name=input
#load module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
-load module-pipe-sink
+#load module-pipe-sink
# Load audio drivers automatically on access
-#autoload_sink_add output module-oss device="/dev/dsp" sink_name=output source_name=input
-#autoload_source_add input module-oss device="/dev/dsp" sink_name=output source_name=input
+autoload_sink_add output module-oss device="/dev/adsp" sink_name=output source_name=input
+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
-load module-simple-protocol-tcp
+#load module-esound-protocol-tcp
+#load module-simple-protocol-tcp
load module-native-protocol-unix
-load module-cli-protocol-unix
+#load module-cli-protocol-unix
+load module-esound-protocol-unix
# Load the CLI module
load module-cli