Set PulseAudio pipe-sink to 48kHz in setup example

This commit is contained in:
Simon Bungartz 2018-01-21 20:08:29 +01:00 committed by GitHub
parent fcf5997e34
commit dc48e233e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -117,7 +117,7 @@ PulseAudio will create the pipe file for itself and will fail if it already exsi
Load the module `pipe-sink` like this:
pacmd load-module module-pipe-sink file=/tmp/snapfifo sink_name=Snapcast
pacmd load-module module-pipe-sink file=/tmp/snapfifo sink_name=Snapcast rate=48000
pacmd update-sink-proplist Snapcast device.description=Snapcast
It might be neccessary to set the pulse audio latency environment variable to 60 msec: `PULSE_LATENCY_MSEC=60`