From e123cad40e92d1a4a5531b34166aab8d7f404100 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 14 Sep 2012 02:43:26 +0200 Subject: specify period size for alsa_in/out improving sound quality --- start_chuck | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start_chuck b/start_chuck index 249aa46..649fc9d 100755 --- a/start_chuck +++ b/start_chuck @@ -17,8 +17,8 @@ pkill alsa_out || true pkill jack.scope || true # USB sound card JACK ports -alsa_in -d hw:default -c 1 -q 0 >/dev/null & -alsa_out -d hw:default -c 2 -q 0 >/dev/null & +alsa_in -d hw:default -c 1 -q 1 -p 2048 >/dev/null & +alsa_out -d hw:default -c 2 -q 1 -p 2048 >/dev/null & # Jack Oscilloscope (Bus.oscope[] in ChucK) # NOTE: frame size given here limits the frame size that can be set later on -- cgit v1.2.3