diff options
author | Chris Robinson <[email protected]> | 2017-05-23 00:02:04 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-05-23 00:35:22 -0700 |
commit | e6be113903e9a92734b1885b1506c8940940705f (patch) | |
tree | 52076c9082f76abede0d846939660dc82980b461 /alsoftrc.sample | |
parent | 49e5c535915f52b7888a884f4ed8925682336b28 (diff) |
Add an option to dither 8- and 16-bit output
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 e8a28479..26d494f9 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -187,6 +187,12 @@ # noise. #output-limiter = true +## dither: +# Applies dithering on the final mix for 8- and 16-bit output. This replaces +# the distortion created by nearest-value quantization with low-level +# whitenoise. +#dither = 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 |