summaryrefslogtreecommitdiff
path: root/package/pulseaudio/files/system.pa
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-23 10:42:59 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-23 10:42:59 +0100
commite31358b57662bb44613874e6cb5d5569309910af (patch)
treeeae26027e1ff4801d2e24be6966900a65980df2d /package/pulseaudio/files/system.pa
parentfd88ee34fa5f069412ec9572407babafb74d6554 (diff)
add minimal example configs
Diffstat (limited to 'package/pulseaudio/files/system.pa')
-rw-r--r--package/pulseaudio/files/system.pa27
1 files changed, 27 insertions, 0 deletions
diff --git a/package/pulseaudio/files/system.pa b/package/pulseaudio/files/system.pa
new file mode 100644
index 000000000..035f4a6db
--- /dev/null
+++ b/package/pulseaudio/files/system.pa
@@ -0,0 +1,27 @@
+#!/usr/bin/pulseaudio -nF
+
+load-module module-native-protocol-unix
+
+### Automatically restore the volume of streams and devices
+load-module module-stream-restore
+load-module module-device-restore
+
+### Automatically restore the default sink/source when changed by the user
+### during runtime
+### NOTE: This should be loaded as early as possible so that subsequent modules
+### that look up the default sink/source get the right value
+load-module module-default-device-restore
+
+### Automatically move streams to the default sink if the sink they are
+### connected to dies, similar for sources
+load-module module-rescue-streams
+
+### Make sure we always have a sink around, even if it is a null sink.
+load-module module-always-sink
+
+### Enable positioned event sounds
+load-module module-position-event-sounds
+
+load-module module-null-sink sink_name=rtp format=s16be channels=2
+load-module module-rtp-send source=rtp.monitor destination=224.0.0.56
+