From 86734efa8c85293e9eb4b31794de5ae42af62111 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 7 Feb 2021 20:48:27 +0100 Subject: jackd: Add systemd profile for hmbx .config/jack/hmbx-internal-48000.conf: Add systemd user profile for hmbx --- .config/jack/hmbx-internal-48000.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .config/jack/hmbx-internal-48000.conf diff --git a/.config/jack/hmbx-internal-48000.conf b/.config/jack/hmbx-internal-48000.conf new file mode 100644 index 0000000..07059b8 --- /dev/null +++ b/.config/jack/hmbx-internal-48000.conf @@ -0,0 +1,7 @@ +# JACK setup (see man 1 jackd) +JACK_DEFAULT_SERVER="default" +# options (e.g. -m, -n, -p, -r, -P, -t, -C, -u, -v) +JACK_OPTIONS="-P80 -p 512" +DRIVER="alsa" +DEVICE="hw:1,0" +DRIVER_SETTINGS="-n 2 -p 2048 -r 48000" -- cgit v1.2.3