Archived
2
0
This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
neko-custom/.docker/base/default.pa

11 lines
486 B
Plaintext
Raw Permalink Normal View History

2020-06-17 10:32:34 +12:00
#!/usr/bin/pulseaudio -nF
2023-03-27 05:59:10 +13:00
### Create virtual output device sink
load-module module-null-sink sink_name=audio_output sink_properties=device.description="Virtual\ Audio\ Output"
2020-06-17 10:32:34 +12:00
# 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