From 456d48c752fb960508b373afa3f56d389c22a8e4 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Mon, 28 Feb 2022 09:19:42 +0100 Subject: avfilter/af_dynaudnorm: add support for overlapping frames --- doc/filters.texi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index b3ae139613..c3623dee89 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4392,6 +4392,13 @@ This option is mostly useful if digital noise is not wanted to be amplified. @item channels, h Specify which channels to filter, by default all available channels are filtered. + +@item overlap, o +Specify overlap for frames. If set to 0 (default) no frame overlapping is done. +Using >0 and <1 values will make less conservative gain adjustments, like +when framelen option is set to smaller value, if framelen option value is +compensated for non-zero overlap then gain adjustments will be smoother across time +compared to zero overlap case. @end table @subsection Commands -- cgit v1.2.3