neko/test/pulseaudio/default.pa

11 lines
465 B
Plaintext
Raw Normal View History

2023-10-15 19:24:42 +02:00
#!/usr/bin/pulseaudio -nF
### Create virtual output device sink
load-module module-null-sink sink_name=audio_output sink_properties=device.description="Virtual\ Audio\ Output"
# 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-tcp port=4713 auth-anonymous=1
### Make sure we always have a sink around, even if it is a null sink.
load-module module-always-sink