diff options
author | Chris Robinson <[email protected]> | 2009-04-11 18:16:05 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-04-11 18:16:05 -0700 |
commit | 30f57d0824826c38d8991f041ea8870e19b44033 (patch) | |
tree | 56a9ccc9e009a56853aeba1654aca5b92bdc94df /alsoftrc.sample | |
parent | 1c540181116a875f708890bc9c380b71cd1fd6ba (diff) |
Make auxiliary effect slot count configurable
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 438eba4a..8408ab78 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -67,6 +67,11 @@ excludefx = # Sets which effects to exclude, preventing apps from using them. # reverb # Default is empty (all available effects enabled) +slots = 4 # Sets the maximum number of Auxiliary Effect Slots an app can + # create. A slot 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. Default is 4 + layout_STEREO = # Sets the speaker layout when using stereo output. Values are # specified in degrees, where 0 is straight in front, negative # goes left, and positive goes right. The values must define a |