diff options
-rwxr-xr-x | start_chuck | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/start_chuck b/start_chuck index 041b9a2..d7a8410 100755 --- a/start_chuck +++ b/start_chuck @@ -1,5 +1,10 @@ #!/bin/sh +# kill possibly running stuff +pkill alsa_in +pkill alsa_out +pkill jack.scope + # 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 & |