summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2022-05-13 14:19:43 +0200
committerPaul B Mahol <onemda@gmail.com>2022-05-13 15:18:42 +0200
commit075c2308e3eb0421c4f708633ff1b1c5d5062105 (patch)
tree570210a9c4d6d0777f3aa9851c69c6c9f627a25e /doc/filters.texi
parent2c77d9150d101582b75d8a8e57c6001774800be7 (diff)
avfilter/af_asubboost: add boost option
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 8e7cb6beef..e7623b7967 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -3131,15 +3131,18 @@ The filter accepts the following options:
@table @option
@item dry
Set dry gain, how much of original signal is kept. Allowed range is from 0 to 1.
-Default value is 0.7.
+Default value is 1.0.
@item wet
Set wet gain, how much of filtered signal is kept. Allowed range is from 0 to 1.
-Default value is 0.7.
+Default value is 1.0.
+
+@item boost
+Set max boost factor. Allowed range is from 1 to 12. Default value is 2.
@item decay
Set delay line decay gain value. Allowed range is from 0 to 1.
-Default value is 0.7.
+Default value is 0.0.
@item feedback
Set delay line feedback gain value. Allowed range is from 0 to 1.