summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-04-16 19:06:09 +0200
committerPaul B Mahol <onemda@gmail.com>2018-04-16 19:11:35 +0200
commit6e05a11e8968d1781cc60666aa130520259cc1b1 (patch)
tree1bbca46dee706676af1e978aeba64b880487c566 /doc
parent6838359448faeceb4830e7a1cf3ca6e36fb7e4a7 (diff)
avfilter/af_afir: make max IR length configurable
Also increase max allowed dry/wet value. Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index f267d26b9d..fc82ad4eb2 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -959,6 +959,10 @@ Set Impulse Response filter length. Default is 1, which means whole IR is proces
@item again
Enable applying gain measured from power of IR.
+
+@item maxir
+Set max allowed Impulse Response filter duration in seconds. Default is 30 seconds.
+Allowed range is 0.1 to 60 seconds.
@end table
@subsection Examples