diff options
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 3a3ca654..86d214bd 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -314,6 +314,20 @@ [qsa] ## +## JACK backend stuff +## +[jack] + +## 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 +# power of 2, or else it will be rounded up to the next power of 2. If it is +# less than JACK's buffer update size, it will be clamped. This option may +# be useful in case the server's update size is too small and doesn't give the +# mixer time to keep enough audio available for the processing requests. +#buffer-size = 0 + +## ## MMDevApi backend stuff ## [mmdevapi] |