File: example.conf

package info (click to toggle)
jackd2 1.9.21~dfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,748 kB
  • sloc: cpp: 50,925; ansic: 30,986; python: 12,573; sh: 228; makefile: 31
file content (28 lines) | stat: -rw-r--r-- 1,212 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Configuration profile for the templated systemd user unit jack@.service
# A (modified) copy of this configuration can be used to start jackd statically
# for a user, which has the upside, that other systemd user units can depend on
# it.
#
# The systemd user service expects the configuration profiles to be located
# below /etc/jack or the user's $XDG_CONFIG_HOME and can then be started using
# systemctl (i.e. `systemctl --user start jack@example`).
#
# Please note, that setups can be very diverse and therefore this approach
# might or might not suit your requirements. However, it attempts to be as
# versatile as possible.
#
# For further details regarding the various options and drivers used by JACK,
# see `man 1 jackd` and for information on systemd's unit configuration see
# `man 5 systemd.unit`, `man 5 systemd.service` and `man 5 systemd.exec`.
#

# The name of the JACK server
JACK_DEFAULT_SERVER="default"
# Options to JACK (e.g. -m, -n, -p, -r, -P, -t, -C, -u, -v)
JACK_OPTIONS=""
# Audio backend (e.g. alsa, dummy, firewire, netone, oss, portaudio)
DRIVER="alsa"
# Device name (used by the audio backend)
DEVICE="hw:PCH,0"
# Specific settings for the audio backend in use
DRIVER_SETTINGS=""