summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2022-03-13 16:53:11 +0100
committerPaul B Mahol <onemda@gmail.com>2022-03-13 17:28:24 +0100
commit61224c856c9c7de598970b1aaa7b74b366f9b82a (patch)
tree191a4ac754d0f92725b5a82ebed4184a453fc967 /doc
parent3cb5a5f64c87d0129efb28ebd34a63693daf1cf4 (diff)
avfilter/af_afftdn: add way to control noise floor link for >1 channels
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 7a7937ca6c..73081bed4c 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1347,6 +1347,26 @@ Set the adaptivity factor, used how fast to adapt gains adjustments per
each frequency bin. Value @var{0} enables instant adaptation, while higher values
react much slower.
Allowed range is from @var{0} to @var{1}. Default value is @var{0.5}.
+
+@item noise_link, nl
+Set the noise link used for multichannel audio.
+
+It accepts the following values:
+@table @option
+@item none
+Use unchanged channel's noise floor.
+
+@item min
+Use measured min noise floor of all channels.
+
+@item max
+Use measured max noise floor of all channels.
+
+@item average
+Use measured average noise floor of all channels.
+
+Default value is @var{min}.
+@end table
@end table
@subsection Commands