2015-11-02 12:15:08 +00:00
|
|
|
.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"
|
2015-11-02 12:15:08 +00:00
|
|
|
|
2015-11-03 00:20:05 +00:00
|
|
|
# Restore
|
|
|
|
load-module module-device-restore
|
|
|
|
load-module module-stream-restore
|
|
|
|
|
2015-11-02 12:15:08 +00:00
|
|
|
# Accept clients -- very important
|
|
|
|
load-module module-native-protocol-unix
|
|
|
|
|
2015-11-03 00:05:18 +00:00
|
|
|
.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
|
|
|
|
|
2015-11-02 12:15:08 +00:00
|
|
|
.nofail
|
|
|
|
|
|
|
|
# Suspend on idle
|
|
|
|
load-module module-suspend-on-idle
|
|
|
|
|
|
|
|
# Filters... will we ever need them?
|
2015-11-03 00:05:18 +00:00
|
|
|
load-module module-filter-apply
|