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 /start_jack.sh | |
| parent | 37d150b43521aeab5a2e94ee447b280cbec8b2f9 (diff) | |
yep its a commit
Diffstat (limited to 'start_jack.sh')
| -rwxr-xr-x | start_jack.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/start_jack.sh b/start_jack.sh deleted file mode 100755 index 1a38c81..0000000 --- a/start_jack.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/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 & |
