diff options
-rw-r--r-- | .config/jack/hmbx-internal-48000.conf | 7 |
1 files changed, 7 insertions, 0 deletions
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" |