summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-10-17 20:34:08 +0200
committerPaul B Mahol <onemda@gmail.com>2020-10-20 20:38:30 +0200
commit637c154a5048f60d0b59d35941d4d528edf56370 (patch)
tree92700f0e107d3237cedb12f7cf48fd7d065889d0 /doc/filters.texi
parentd60927b676bfd7fadee607281935529dd3fdf82c (diff)
avfilter: add audio frequency and phase shift filters
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 809761a43e..f664f0824d 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1314,6 +1314,21 @@ Force the output to either unsigned 8-bit or signed 16-bit stereo
aformat=sample_fmts=u8|s16:channel_layouts=stereo
@end example
+@section afreqshift
+Apply frequency shift to input audio samples.
+
+The filter accepts the following options:
+
+@table @option
+@item shift
+Specify frequency shift. Allowed range is -INT_MAX to INT_MAX.
+Default value is 0.0.
+@end table
+
+@subsection Commands
+
+This filter supports the above option as @ref{commands}.
+
@section agate
A gate is mainly used to reduce lower parts of a signal. This kind of signal
@@ -2064,6 +2079,21 @@ It accepts the following values:
@end table
@end table
+@section aphaseshift
+Apply phase shift to input audio samples.
+
+The filter accepts the following options:
+
+@table @option
+@item shift
+Specify phase shift. Allowed range is from -1.0 to 1.0.
+Default value is 0.0.
+@end table
+
+@subsection Commands
+
+This filter supports the above option as @ref{commands}.
+
@section apulsator
Audio pulsator is something between an autopanner and a tremolo.