ts3bot/etc/pulse/default.pa

26 lines
692 B
Plaintext
Raw Normal View History

.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
2015-11-02 12:21:27 +00:00
load-module module-null-sink sink_name="TS3Bot" sink_properties=device.description="TS3Bot"
# 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