diff options
| author | St33v <github@f3rr3t.com> | 2021-10-27 10:50:05 +1100 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2021-10-27 10:50:05 +1100 |
| commit | 65eadeafd04240cdb7aa401c99bc9cdf910e6584 (patch) | |
| tree | f98e3f19f2e2afdf5c77d840f7bec01855545bba /jack/start_jack.sh | |
| parent | 37d150b43521aeab5a2e94ee447b280cbec8b2f9 (diff) | |
yep its a commit
Diffstat (limited to 'jack/start_jack.sh')
| -rwxr-xr-x | jack/start_jack.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/jack/start_jack.sh b/jack/start_jack.sh new file mode 100755 index 0000000..1a38c81 --- /dev/null +++ b/jack/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 & |
