From 40d54647aa7e94570d4cb481fdf0b039c352f2d6 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 28 Sep 2019 20:17:41 +0100 Subject: [PATCH] for the Pi Zero we need to use the lowest audio quality, otherwise we get distortions everytime a lost network audio packet must be interpolated since the CPU is not fast enough --- distributions/raspijamulus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributions/raspijamulus.sh b/distributions/raspijamulus.sh index 01430927..c330f71f 100755 --- a/distributions/raspijamulus.sh +++ b/distributions/raspijamulus.sh @@ -86,7 +86,7 @@ JAMULUSINIFILE="Jamulus.ini" NAME64=$(echo "Raspi $(hostname)"|cut -c -15|tr -d $'\n'|base64) echo -e "\n ${NAME64}" > ${JAMULUSINIFILE} echo -e " 1\n 3\n 3" >> ${JAMULUSINIFILE} -echo -e " 0\n 1\n" >> ${JAMULUSINIFILE} +echo -e " 0\n 0\n" >> ${JAMULUSINIFILE} # taken from "Raspberry Pi and realtime, low-latency audio" homepage at wiki.linuxaudio.org #sudo service triggerhappy stop