From dc48e233e727713d47013142c5ade993a6ec0e31 Mon Sep 17 00:00:00 2001 From: Simon Bungartz Date: Sun, 21 Jan 2018 20:08:29 +0100 Subject: [PATCH] Set PulseAudio pipe-sink to 48kHz in setup example --- doc/player_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/player_setup.md b/doc/player_setup.md index 35fd6f61..4c11ffa8 100644 --- a/doc/player_setup.md +++ b/doc/player_setup.md @@ -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`