summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2021-07-18 10:20:33 +0200
committerPaul B Mahol <onemda@gmail.com>2021-09-11 16:19:40 +0200
commiteeab62ad2d7a95a4739bb10db43d951e25ce398d (patch)
tree642bfcde501fdf3da88d2d6f26326355d314102b /doc
parent966fc3c070c1e5143537007fb26340c179cc02c5 (diff)
avfilter: add audio psychoacoustic clipper
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi36
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index aabfaccfc3..b3acc88ef2 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2363,6 +2363,42 @@ Default value is 8.
This filter supports the all above options as @ref{commands}.
+@section apsyclip
+Apply Psychoacoustic clipper to input audio stream.
+
+The filter accepts the following options:
+
+@table @option
+@item level_in
+Set input gain. By default it is 1. Range is [0.015625 - 64].
+
+@item level_out
+Set output gain. By default it is 1. Range is [0.015625 - 64].
+
+@item clip
+Set the clipping start value. Default value is 0dBFS or 1.
+
+@item diff
+Output only difference samples, useful to hear introduced distortions.
+By default is disabled.
+
+@item adaptive
+Set strenght of adaptive distortion applied. Default value is 0.5.
+Allowed range is from 0 to 1.
+
+@item iterations
+Set number of iterations of psychoacoustic clipper.
+Allowed range is from 1 to 20. Default value is 10.
+
+@item level
+Auto level output signal. Default is disabled.
+This normalizes audio back to 0dBFS if enabled.
+@end table
+
+@subsection Commands
+
+This filter supports the all above options as @ref{commands}.
+
@section apulsator
Audio pulsator is something between an autopanner and a tremolo.