diff options
author | Chris Robinson <[email protected]> | 2010-09-22 11:09:34 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-09-22 11:09:34 -0700 |
commit | 03f56419d0d751ac3ac63bc7e3ee59bf544cb077 (patch) | |
tree | 9a97b5499bbcf4e149b3c65ecec205bd3a5c420a /alsoftrc.sample | |
parent | 3ee9d24c3f7fb94fb98d87c0c360e3365e87c67e (diff) |
Duplicate stereo sources by default
The mixer is smart enough now to handle proper volume adjustments depending on
the number of output speakers
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 13f5f759..fe0f2c6a 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -95,11 +95,14 @@ ## stereodup: # Sets whether to duplicate stereo sounds on the rear and side speakers for 4+ -# channel output. This can make stereo sources noticeably louder than mono or -# even 4+ channel sources, but provides a "fuller" playback quality. True, -# yes, on, and non-0 values will duplicate stereo sources. 0 and anything else -# will cause stereo sounds to only play out the front speakers. -#stereodup = false +# channel output. This provides a "fuller" playback quality for 4+ channel +# output modes, although each individual speaker will have a slight reduction +# in volume to compensate for the extra output speakers. True, yes, on, and +# non-0 values will duplicate stereo sources. 0 and anything else will cause +# stereo sounds to only play out the front speakers. This only has an effect +# when a suitable output format is used (ie. those that contain side and/or +# rear speakers). +#stereodup = true ## scalemix: # Sets whether to scale the remixed output. When the final mix is written to |