summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-05-13 11:57:42 +0200
committerPaul B Mahol <onemda@gmail.com>2017-11-17 20:34:04 +0100
commit5d7c76566cdd0544a4bda59b520be22bd7ad7f30 (patch)
tree4f9cb27265bcde28bb480e7dd22d7da42e2b10c6 /doc
parent80bb81a8f34729443bdbcdb3bc2c89c221291fe6 (diff)
avfilter: add multiband compand filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 4a35c44c7b..5d99437871 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -3270,6 +3270,22 @@ lowpass=c=LFE
@end example
@end itemize
+@section mcompand
+Multiband Compress or expand the audio's dynamic range.
+
+The input audio is divided into bands using 4th order Linkwitz-Riley IIRs.
+This is akin to the crossover of a loudspeaker, and results in flat frequency
+response when absent compander action.
+
+It accepts the following parameters:
+
+@table @option
+@item args
+This option syntax is:
+attack,decay,[attack,decay..] soft-knee points crossover_frequency [delay [initial_volume [gain]]] | attack,decay ...
+For explanation of each item refer to compand filter documentation.
+@end table
+
@anchor{pan}
@section pan