remove jackd2 compiliation
This commit is contained in:
parent
65ccf32ae0
commit
ad13fea90f
1 changed files with 13 additions and 13 deletions
|
@ -18,17 +18,17 @@ else
|
||||||
cd ..
|
cd ..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Jack audio without DBUS support
|
## Jack audio without DBUS support
|
||||||
if [ -d "jack2" ]; then
|
#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."
|
# 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
|
#else
|
||||||
git clone https://github.com/jackaudio/jack2.git
|
# git clone https://github.com/jackaudio/jack2.git
|
||||||
cd jack2
|
# cd jack2
|
||||||
git checkout v1.9.12
|
# git checkout v1.9.12
|
||||||
./waf configure --alsa --prefix=/usr/local --libdir=/usr/lib/x86_64-linux-gnu
|
# ./waf configure --alsa --prefix=/usr/local --libdir=/usr/lib/x86_64-linux-gnu
|
||||||
./waf
|
# ./waf
|
||||||
cd ..
|
# cd ..
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
# compile Jamulus with external Opus library
|
# compile Jamulus with external Opus library
|
||||||
cd ..
|
cd ..
|
||||||
|
@ -44,7 +44,7 @@ echo "Using USB audio device: ${ADEVICE}"
|
||||||
cd ..
|
cd ..
|
||||||
LD_LIBRARY_PATH="distributions/${OPUS}/.libs"
|
LD_LIBRARY_PATH="distributions/${OPUS}/.libs"
|
||||||
export LD_LIBRARY_PATH
|
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 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 256 -n 3 -r 48000 -s &
|
||||||
./Jamulus -n -c jamulus.fischvolk.de
|
./Jamulus -n -c jamulus.fischvolk.de
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue