mirror of https://github.com/icedream/ts3bot.git
Move /etc/pulseaudio to /etc/pulse.
parent
4e42c6d821
commit
978f213a3b
|
@ -1,22 +1,22 @@
|
||||||
# Replace the *entire* content of this file with these few lines and
|
# Replace the *entire* content of this file with these few lines and
|
||||||
# read the comments
|
# read the comments
|
||||||
|
|
||||||
.fail
|
.fail
|
||||||
# Set tsched=0 here if you experience glitchy playback. This will
|
# Set tsched=0 here if you experience glitchy playback. This will
|
||||||
# revert back to interrupt-based scheduling and should fix it.
|
# revert back to interrupt-based scheduling and should fix it.
|
||||||
#
|
#
|
||||||
# Replace the device= part if you want pulse to use a specific device
|
# Replace the device= part if you want pulse to use a specific device
|
||||||
# such as "dmix" and "dsnoop" so it doesn't lock an hw: device.
|
# such as "dmix" and "dsnoop" so it doesn't lock an hw: device.
|
||||||
|
|
||||||
# Audio sinks
|
# Audio sinks
|
||||||
load-module module-null-sink tsched=1
|
load-module module-null-sink tsched=1
|
||||||
|
|
||||||
# Accept clients -- very important
|
# Accept clients -- very important
|
||||||
load-module module-native-protocol-unix
|
load-module module-native-protocol-unix
|
||||||
|
|
||||||
.nofail
|
.nofail
|
||||||
.ifexists module-x11-publish.so
|
.ifexists module-x11-publish.so
|
||||||
# Publish to X11 so the clients know how to connect to Pulse. Will
|
# Publish to X11 so the clients know how to connect to Pulse. Will
|
||||||
# clear itself on unload.
|
# clear itself on unload.
|
||||||
load-module module-x11-publish
|
load-module module-x11-publish
|
||||||
.endif
|
.endif
|
Loading…
Reference in New Issue