From b9107a261fc230da7d864bbbade848fbd90621ef Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 20 Mar 2015 03:13:57 +0100 Subject: jack: Adding a sample configuration file for a firewire device and a JACK systemd --user service file. --- config/fw1 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config/fw1 (limited to 'config') 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" -- cgit v1.2.3-54-g00ecf