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, 9 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 0395c7ad5d..fc71a99c5c 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -350,6 +350,9 @@ hard edge at the threshold in the range of the chosen decibels.
The filter accepts the following options:
@table @option
+@item level_in
+Set input gain. Default is 1. Range is between 0.015625 and 64.
+
@item threshold
If a signal of second stream rises above this level it will affect the gain
reduction of the first stream.
@@ -2479,6 +2482,9 @@ processing. See @ref{pan} and @ref{amerge} filter.
The filter accepts the following options:
@table @option
+@item level_in
+Set input gain. Default is 1. Range is between 0.015625 and 64.
+
@item threshold
If a signal of second stream raises above this level it will affect the gain
reduction of first stream.
@@ -2514,6 +2520,9 @@ reduction. Default is @code{average}.
Should the exact signal be taken in case of @code{peak} or an RMS one in case
of @code{rms}. Default is @code{rms} which is mainly smoother.
+@item level_sc
+Set sidechain gain. Default is 1. Range is between 0.015625 and 64.
+
@item mix
How much to use compressed signal in output. Default is 1.
Range is between 0 and 1.