PulseAudio instructions

Some software might need more metadata to allow output to SnapCast
This commit is contained in:
Janez Troha 2016-08-28 13:30:42 +02:00 committed by GitHub
parent 920d88ce59
commit 0d6c8ec132

View file

@ -87,7 +87,8 @@ Redirect the PulseAudio stream into the snapfifo:
Load the module `pipe-sink` like this:
pacmd load-module module-pipe-sink file=/tmp/snapfifo
pacmd load-module module-pipe-sink file=/tmp/snapfifo sink_name=SnapCast
pacmd update-sink-proplist SnapCast device.description=SnapCast
It might me neccessary to set the pulse audio latency environment variable to 60 msec: `PULSE_LATENCY_MSEC=60`