mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +02:00
Set PulseAudio pipe-sink to 48kHz in setup example
This commit is contained in:
parent
fcf5997e34
commit
dc48e233e7
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue