diff options
author | Chris Robinson <[email protected]> | 2009-04-14 22:18:47 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-04-14 22:18:47 -0700 |
commit | a97fc792d8292dd63ac3f7b78eae1a76b9eb0e0c (patch) | |
tree | 21f9c728ff32dd8611907dc0827878905fcab9fd /alsoftrc.sample | |
parent | e9a6a1d6f559e6ed738328bea22f461dab467e63 (diff) |
Increase the default maximum number of sends to 2
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 aede54a5..262a2d52 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -72,9 +72,9 @@ slots = 4 # Sets the maximum number of Auxiliary Effect Slots an app can # 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 -sends = 1 # Sets the maximum number of auxiliary sends per source. The total +sends = 2 # Sets the maximum number of auxiliary sends per source. The total # number of sends possible is defined at compile time and thus can - # not be increased beyond the default. Default is 1 + # not be increased beyond the default. Default is 2 layout_STEREO = # Sets the speaker layout when using stereo output. Values are # specified in degrees, where 0 is straight in front, negative |