From ad13fea90f3a5f0bfc021b47e72d56081ccabc0a Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Sat, 21 Sep 2019 15:42:21 +0200 Subject: [PATCH] remove jackd2 compiliation --- distributions/raspijamulus.sh | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/distributions/raspijamulus.sh b/distributions/raspijamulus.sh index 98284bbc..14bf9351 100755 --- a/distributions/raspijamulus.sh +++ b/distributions/raspijamulus.sh @@ -18,17 +18,17 @@ else cd .. fi -# Jack audio without DBUS support -if [ -d "jack2" ]; then - echo "The Jack2 directory is present, we assume it is compiled and ready to use. If not, delete the jack2 directory and call this script again." -else - git clone https://github.com/jackaudio/jack2.git - cd jack2 - git checkout v1.9.12 - ./waf configure --alsa --prefix=/usr/local --libdir=/usr/lib/x86_64-linux-gnu - ./waf - cd .. -fi +## Jack audio without DBUS support +#if [ -d "jack2" ]; then +# echo "The Jack2 directory is present, we assume it is compiled and ready to use. If not, delete the jack2 directory and call this script again." +#else +# git clone https://github.com/jackaudio/jack2.git +# cd jack2 +# git checkout v1.9.12 +# ./waf configure --alsa --prefix=/usr/local --libdir=/usr/lib/x86_64-linux-gnu +# ./waf +# cd .. +#fi # compile Jamulus with external Opus library cd .. @@ -44,7 +44,7 @@ echo "Using USB audio device: ${ADEVICE}" cd .. LD_LIBRARY_PATH="distributions/${OPUS}/.libs" export LD_LIBRARY_PATH -#jackd -P70 -p16 -t2000 -d alsa -dhw:${ADEVICE} -p 128 -n 3 -r 48000 -s & -jackd -P70 -p16 -t2000 -d alsa -dhw:${ADEVICE} -p 256 -n 3 -r 48000 -s & +jackd -P70 -p16 -t2000 -d alsa -dhw:${ADEVICE} -p 128 -n 3 -r 48000 -s & +#jackd -P70 -p16 -t2000 -d alsa -dhw:${ADEVICE} -p 256 -n 3 -r 48000 -s & ./Jamulus -n -c jamulus.fischvolk.de