mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
7 lines
333 B
Plaintext
7 lines
333 B
Plaintext
#!/usr/bin/pulseaudio -nF
|
|
|
|
# Allow pulse audio to be accessed via TCP (from localhost only), to allow other users to access the virtual devices
|
|
load-module module-native-protocol-unix socket=/tmp/pulseaudio.socket auth-anonymous=1
|
|
|
|
### Make sure we always have a sink around, even if it is a null sink.
|
|
load-module module-always-sink |