diff options
author | Chris Robinson <[email protected]> | 2017-04-26 19:27:50 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-04-26 19:27:50 -0700 |
commit | 8f56c9522e65405d591ee2eacdcbf9e29caab9fe (patch) | |
tree | 8a9683a9f43d5d7504db22b1dacc89bd2c3c3d5a /alsoftrc.sample | |
parent | ca5c732261bfacdb4702fcc253b3ef0dad357a35 (diff) |
Document the output-limiter config option
Expose it in alsoft-config as well.
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index fcdd4027..e8a28479 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -181,6 +181,12 @@ # than the default has no effect. #sends = 16 +## output-limiter: +# Applies a gain limiter on the final mixed output. This reduces the volume +# when the output samples would otherwise clamp, avoiding excessive clipping +# noise. +#output-limiter = true + ## volume-adjust: # A global volume adjustment for source output, expressed in decibels. The # value is logarithmic, so +6 will be a scale of (approximately) 2x, +12 will |