aboutsummaryrefslogtreecommitdiffstats
path: root/alsoftrc.sample
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-06-17 23:09:51 -0700
committerChris Robinson <[email protected]>2017-06-17 23:09:51 -0700
commit2b013fc54e8cf9be2184e20a6cd17c4696401ca9 (patch)
tree3889fa5bd352b53848b68608ebc68c706a392446 /alsoftrc.sample
parente3a825b37c5f43593467f2df3cd225904a259cf8 (diff)
Make the dithering depth configurable
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r--alsoftrc.sample13
1 files changed, 10 insertions, 3 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample
index 26d494f9..3e7d0eec 100644
--- a/alsoftrc.sample
+++ b/alsoftrc.sample
@@ -188,11 +188,18 @@
#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.
+# Applies dithering on the final mix, for 8- and 16-bit output by default.
+# This replaces the distortion created by nearest-value quantization with low-
+# level whitenoise.
#dither = true
+## dither-depth:
+# Quantization bit-depth for dithered output. A value of 0 (or less) will
+# match the output sample depth. For int32, uint32, and float32 output, 0 will
+# disable dithering because they're at or beyond the rendered precision. The
+# maximum dither depth is 24.
+#dither-depth = 0
+
## 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