summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-09-14 02:43:26 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-09-14 02:43:26 +0200
commite123cad40e92d1a4a5531b34166aab8d7f404100 (patch)
tree9bce23cb378c10fa9ce4b25a3e119e7bb80506c6
parent3532c6ab000db5a2d6379846f07008d2328b634c (diff)
downloaddigitale-debutanten-e123cad40e92d1a4a5531b34166aab8d7f404100.tar.gz
specify period size for alsa_in/out improving sound quality
-rwxr-xr-xstart_chuck4
1 files 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