From 6d2227869dbc75921e2a9320f1752c10d84a7f97 Mon Sep 17 00:00:00 2001 From: gobo72 Date: Mon, 6 Dec 2010 23:29:41 +0000 Subject: [PATCH 1/1] =?utf8?q?Mise=20=C3=A0=20jour=20options=20pour=20nouv?= =?utf8?q?elle=20version=20de=20jackd?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- ubuntu/jackd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 & -- 2.20.1