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.

24 lines
894B

  1. # Configuration profile for the templated systemd user unit jack@.service
  2. # A (modified) copy of this configuration can be used to start jackd staticly
  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. # ssystemctl (i.e. `systemctl --user start jack@example`).
  9. #
  10. # For further details regarding the various options and drivers, see `man 1
  11. # jackd`.
  12. #
  13. # The name of the JACK server
  14. JACK_DEFAULT_SERVER="default"
  15. # Options to JACK (e.g. -m, -n, -p, -r, -P, -t, -C, -u, -v)
  16. JACK_OPTIONS=""
  17. # Audio backend (e.g. alsa, dummy, firewire, netone, oss, portaudio)
  18. DRIVER="alsa"
  19. # Device name (used by the audio backend)
  20. DEVICE="hw:PCH,0"
  21. # Specific settings for the audio backend in use
  22. DRIVER_SETTINGS=""