summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2022-02-28 09:19:42 +0100
committerPaul B Mahol <onemda@gmail.com>2022-02-28 22:00:02 +0100
commit456d48c752fb960508b373afa3f56d389c22a8e4 (patch)
tree326829f02689969c89f4c284f0104453590b4913 /doc
parent9a86e5338c5d140965e17e258a62c4c9499e7a54 (diff)
avfilter/af_dynaudnorm: add support for overlapping frames
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi7
1 files changed, 7 insertions, 0 deletions
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