summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index ceeee0e785..c327b2c22b 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1173,14 +1173,15 @@ Set wet gain. This sets final output gain.
@item length
Set Impulse Response filter length. Default is 1, which means whole IR is processed.
-@item again
-Enable applying gain measured from power of IR. For approach to use for measuring power
-of IR see next option.
-
@item gtype
+Enable applying gain measured from power of IR.
+
Set which approach to use for auto gain measurement.
@table @option
+@item none
+Do not apply any gain.
+
@item peak
select peak gain, very conservative approach. This is default value.