diff options
author | Chris Robinson <[email protected]> | 2010-04-23 07:54:43 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-04-23 07:54:43 -0700 |
commit | 110be7f500f08e4d926af80bbae8586ebafef983 (patch) | |
tree | 3285d039ff5f8febfff49db05b1fef71f0e9faa7 /alsoftrc.sample | |
parent | 52663e8a44471570a9b2519e163e3252fc2f65bf (diff) |
Add an option to scale the output mix
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 50008b8e..648126fe 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -102,6 +102,15 @@ # will cause stereo sounds to only play out the front speakers. #stereodup = false +## scalemix: +# Sets whether to scale the remixed output. When the final mix is written to +# the device, the multi-channel data is remixed so pure-virtual channels (eg. +# front-center on stereo output) are remixed and added to available channels +# (eg. front-left and front-right). Scaling helps ensure that no single source +# will put out more than 100% on a given physical channel. This can cause a +# noticeable reduction in overall volume, however, so it is off by default. +#scalemix = false + ## drivers: # Sets the backend driver list order, comma-seperated. Unknown backends and # duplicated names are ignored. Unlisted backends won't be considered for use |