jack2 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.2KB

  1. # Configuration profile for the templated systemd user unit jack@.service
  2. # A (modified) copy of this configuration can be used to start jackd statically
  3. # for a user, which has the upside, that other systemd user units can depend on
  4. # it.
  5. #
  6. # The systemd user service expects the configuration profiles to be located
  7. # below /etc/jack or the user's $XDG_CONFIG_HOME and can then be started using
  8. # systemctl (i.e. `systemctl --user start jack@example`).
  9. #
  10. # Please note, that setups can be very diverse and therefore this approach
  11. # might or might not suit your requirements. However, it attempts to be as
  12. # versatile as possible.
  13. #
  14. # For further details regarding the various options and drivers used by JACK,
  15. # see `man 1 jackd` and for information on systemd's unit configuration see
  16. # `man 5 systemd.unit`, `man 5 systemd.service` and `man 5 systemd.exec`.
  17. #
  18. # The name of the JACK server
  19. JACK_DEFAULT_SERVER="default"
  20. # Options to JACK (e.g. -m, -n, -p, -r, -P, -t, -C, -u, -v)
  21. JACK_OPTIONS=""
  22. # Audio backend (e.g. alsa, dummy, firewire, netone, oss, portaudio)
  23. DRIVER="alsa"
  24. # Device name (used by the audio backend)
  25. DEVICE="hw:PCH,0"
  26. # Specific settings for the audio backend in use
  27. DRIVER_SETTINGS=""