summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2014-04-06 16:25:08 +0200
committerAnton Khirnov <anton@khirnov.net>2014-04-13 11:25:06 +0200
commitaaab192df24a90f4450285cfb73b395cf495b462 (patch)
treedfc16fafb9c61083be568afd6b7e99f21dd37a20 /doc/filters.texi
parentac976ed91e323754e9a84509873ebdb437372797 (diff)
af_volume: implement replaygain clipping prevention
This adds a new "replaygain_noclip" option to the filter, and, if enabled, limits the gain applied for tracks where clipping would occur. Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 2798881cc1..18531de295 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -676,6 +676,11 @@ Pre-amplification gain in dB to apply to the selected replaygain gain.
Default value for @var{replaygain_preamp} is 0.0.
+@item replaygain_noclip
+Prevent clipping by limiting the gain applied.
+
+Default value for @var{replaygain_noclip} is 1.
+
@end table
@subsection Examples