diff options
author | David Runge <dave@sleepmap.de> | 2015-03-20 03:13:57 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-03-20 03:13:57 +0100 |
commit | b9107a261fc230da7d864bbbade848fbd90621ef (patch) | |
tree | 6844998314d42c14928ee552d8737b9d94f6b077 /config/fw1 | |
parent | cb8bbe5c9fc28ae7b5cfc9f302de23e6e6f6f4f4 (diff) | |
download | uenv-b9107a261fc230da7d864bbbade848fbd90621ef.tar.gz uenv-b9107a261fc230da7d864bbbade848fbd90621ef.tar.bz2 uenv-b9107a261fc230da7d864bbbade848fbd90621ef.tar.xz uenv-b9107a261fc230da7d864bbbade848fbd90621ef.zip |
jack: Adding a sample configuration file for a firewire device and a JACK systemd --user service file.
Diffstat (limited to 'config/fw1')
-rw-r--r-- | config/fw1 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/fw1 b/config/fw1 new file mode 100644 index 0000000..f597ba6 --- /dev/null +++ b/config/fw1 @@ -0,0 +1,13 @@ +# Sample configuration file for a JACK systemd --user service, using a firewire device +NAME="default" +DRIVER="firewire" +DEVICE="/dev/fw1" +NOMLOCK="" +REALTIME="-R" +PORTMAX=512 +UNLOCK="-u" +VERBOSE="-v" +DRIVER_SETTINGS="\ + -n 3 \ + -p 256\ + -r 48000" |