From aaab192df24a90f4450285cfb73b395cf495b462 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Sun, 6 Apr 2014 16:25:08 +0200 Subject: 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 --- doc/filters.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/filters.texi') 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 -- cgit v1.2.3