diff options
author | Chris Robinson <[email protected]> | 2017-02-21 16:54:55 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-02-21 16:54:55 -0800 |
commit | d3cc867bd42759cb8e294d691354187984f96ff4 (patch) | |
tree | 3898ba30214046d880c92470ebd43247ac00d2d4 /alsoftrc.sample | |
parent | 864d5387dda119d9faecfd62226b62f1a8af8532 (diff) |
Increase the default effect slot and send count
The default number of auxiliary effect slots is now 64. This can still be
raised by the config file without a hard maximum, but incurs processing cost
for each effect slot generated by the app.
The default number of source sends is now actually 2, as per the EFX docs.
However, it can be raised up to 16 via ALC_MAX_AUXILIARY_SENDS attribute
requests, rather than the previous 4.
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 52e93ad1..d676c8aa 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -173,12 +173,12 @@ # can use a non-negligible amount of CPU time if an effect is set on it even # if no sources are feeding it, so this may help when apps use more than the # system can handle. -#slots = 4 +#slots = 64 ## sends: # Sets the number of auxiliary sends per source. When not specified (default), # it allows the app to request how many it wants. The maximum value currently -# possible is 4. +# possible is 16. #sends = ## volume-adjust: |