diff options
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 & |
