From: gobo72 Date: Mon, 6 Dec 2010 23:29:41 +0000 (+0000) Subject: Mise à jour options pour nouvelle version de jackd X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=6d2227869dbc75921e2a9320f1752c10d84a7f97;p=hvlinux.git Mise à jour options pour nouvelle version de jackd --- diff --git a/ubuntu/jackd.sh b/ubuntu/jackd.sh index f4be56b..f734d5e 100755 --- a/ubuntu/jackd.sh +++ b/ubuntu/jackd.sh @@ -1,6 +1,6 @@ #!/bin/sh -LOGFILE=${HOME}/Music/utils/jackd.log +LOGFILE=${HOME}/Music/jackd.log echo "Begin JACK startup script" > ${LOGFILE} @@ -42,7 +42,7 @@ kill_process timidity 1>> ${LOGFILE} 2>&1 # Enable hardware monitoring of capture ports. # -z, --dither [rectangular,triangular,shaped,none] # Set dithering mode. -jackd --no-realtime -dalsa -p512 -dhw:0 -r44100 --hwmon --dither s 32e213 1>> ${LOGFILE} 2>&1 & +jackd --no-realtime --softmode -dalsa -p1024 -dhw:0 -r44100 --hwmon --dither s 32e213 1>> ${LOGFILE} 2>&1 & sleep 2s timidity -iA -Oj -B2,8 -EFreverb=0 1>> ${LOGFILE} 2>&1 &