diff options
-rw-r--r-- | config/jack/fw1 | 12 | ||||
-rw-r--r-- | config/jack/internal-44100 | 11 | ||||
-rw-r--r-- | user/jack@.service | 15 |
3 files changed, 0 insertions, 38 deletions
diff --git a/config/jack/fw1 b/config/jack/fw1 deleted file mode 100644 index a851d30..0000000 --- a/config/jack/fw1 +++ /dev/null @@ -1,12 +0,0 @@ -# Sample configuration file for a JACK systemd --user service, using a firewire device -DRIVER="firewire" -DEVICE="/dev/fw1" -NOMLOCK="" -REALTIME="-R" -PORTMAX=512 -UNLOCK="-u" -VERBOSE="-v" -DRIVER_SETTINGS="\ - -n 3 \ - -p 256\ - -r 48000" diff --git a/config/jack/internal-44100 b/config/jack/internal-44100 deleted file mode 100644 index 92e9c12..0000000 --- a/config/jack/internal-44100 +++ /dev/null @@ -1,11 +0,0 @@ -DRIVER="alsa" -DEVICE="hw:PCH" -NOMLOCK="" -REALTIME="-R" -PORTMAX=512 -UNLOCK="-u" -VERBOSE="-v" -DRIVER_SETTINGS="\ - -n 2 \ - -p 512\ - -r 44100" diff --git a/user/jack@.service b/user/jack@.service deleted file mode 100644 index 751e5bd..0000000 --- a/user/jack@.service +++ /dev/null @@ -1,15 +0,0 @@ -[Unit] -Description=JACK Audio -After=sound.target local-fs.target - -[Service] -EnvironmentFile=-/etc/jack/%i -EnvironmentFile=-%h/.config/jack/%i -ExecStart=/usr/bin/jackd $REALTIME -p $PORTMAX -d $DRIVER -d $DEVICE $DRIVER_SETTINGS -CPUSchedulingPolicy=rr -CPUSchedulingPriority=70 -LimitRTPRIO=71 -LimitRTTIME=infinity - -[Install] -WantedBy=default.target |