diff options
author | David Runge <dave@sleepmap.de> | 2018-11-19 22:59:22 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2018-11-19 22:59:22 +0100 |
commit | 09df56b2408730e79dbbd4f49d862008e9bd02ac (patch) | |
tree | 048c811dd6ed57479690467ef62bc6a16259ac44 /.config/jack/fw-fireface800-48000 | |
parent | 3ac01ad58982dfe46fea4908c2388b39ba4795c0 (diff) | |
download | dotfiles-09df56b2408730e79dbbd4f49d862008e9bd02ac.tar.gz dotfiles-09df56b2408730e79dbbd4f49d862008e9bd02ac.tar.bz2 dotfiles-09df56b2408730e79dbbd4f49d862008e9bd02ac.tar.xz dotfiles-09df56b2408730e79dbbd4f49d862008e9bd02ac.zip |
.config/jack/*: Changing all configurations for jack@ user service (as its layout has changed).
Diffstat (limited to '.config/jack/fw-fireface800-48000')
-rw-r--r-- | .config/jack/fw-fireface800-48000 | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/.config/jack/fw-fireface800-48000 b/.config/jack/fw-fireface800-48000 index 9f2efa5..3de0b3e 100644 --- a/.config/jack/fw-fireface800-48000 +++ b/.config/jack/fw-fireface800-48000 @@ -1,13 +1,7 @@ -# Sample configuration file for a JACK systemd --user service, using a firewire device -NAME="default" +# 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="firewire" -DEVICE="/dev/fw1" -NOMLOCK="" -REALTIME="-R" -PORTMAX=512 -UNLOCK="-u" -VERBOSE="-v" -DRIVER_SETTINGS="\ - -n 3 \ - -p 512\ - -r 48000" +DEVICE="guid:0x000a3500ada83262" +DRIVER_SETTINGS="-n 3 -p 64 -r 48000" |