Add /etc/pulse/default.pa to only load null sinks.

pull/5/head
Icedream 2015-11-02 13:15:08 +01:00
parent 7849a8dcf0
commit 811c9e3f52
1 changed files with 26 additions and 0 deletions

26
etc/pulse/default.pa Normal file
View File

@ -0,0 +1,26 @@
.fail
# Set tsched=0 here if you experience glitchy playback. This will
# revert back to interrupt-based scheduling and should fix it.
# Audio sinks
load-module module-rescue-streams
load-module module-always-sink
load-module module-null-sink sink_name=TS3Bot sink_properties=device.description="TS3Bot" tsched=1
# Accept clients -- very important
load-module module-native-protocol-unix
.nofail
# Suspend on idle
load-module module-suspend-on-idle
# Filters... will we ever need them?
load-module module-filter-apply
.ifexists module-x11-publish.so
# Publish to X11 so the clients know how to connect to Pulse. Will
# clear itself on unload.
load-module module-x11-publish
.endif