diff options
| -rwxr-xr-x | start_jack.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/start_jack.sh b/start_jack.sh new file mode 100755 index 0000000..1a38c81 --- /dev/null +++ b/start_jack.sh @@ -0,0 +1,16 @@ +#!/bin/bash +# This is a straight copy of the script at +# https://wiki.archlinux.org/title/JACK_Audio_Connection_Kit +# SJP 27 Oct 2021 + +jack_control start +jack_control ds alsa +jack_control dps device hw:HD2 +jack_control dps rate 48000 +jack_control dps nperiods 2 +jack_control dps period 64 +sleep 10 +a2j_control --ehw +a2j_control --start +sleep 10 +qjackctl & |
