diff options
author | Chris Robinson <[email protected]> | 2014-12-22 19:29:55 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-12-22 19:29:55 -0800 |
commit | beb670a93966973fa9b8b9902599e37cae9139bb (patch) | |
tree | 2205152ef8df8d9e2080b23c7b35e304f03f3ad2 /alsoftrc.sample | |
parent | 5e189624b7010def7ba8d42bc7f9353349190d04 (diff) |
Add an option to prevent spawning a JACK server
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 86d214bd..53731644 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -318,6 +318,11 @@ ## [jack] +## spawn-server: +# Attempts to autospawn a JACK server whenever needed (initializing the +# backend, opening devices, etc). +#spawn-server = true + ## buffer-size: # Sets the update buffer size, in samples, that the backend will keep buffered # to handle the server's real-time processing requests. This value must be a |