diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-10-08 11:51:20 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-10-08 11:54:21 +0200 |
commit | 6023b9fbfef02b71f6acfb1b09e5a12fe9d276e2 (patch) | |
tree | 5d4d3d62726b9ce5457c6cd9ab7044cb9b9c313a /doc/filters.texi | |
parent | ffb32d35eee616f79a37c4c96f37f2697932cc32 (diff) | |
download | ffmpeg-6023b9fbfef02b71f6acfb1b09e5a12fe9d276e2.tar.gz |
avfilter/af_anlms: add support for commands
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 0e72cce829..c975777691 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1870,12 +1870,16 @@ Default value is @var{o}. @itemize @item One of many usages of this filter is noise reduction, input audio is filtered -with same samples that are delayed by fixed ammount, one such example for stereo audio is: +with same samples that are delayed by fixed amount, one such example for stereo audio is: @example asplit[a][b],[a]adelay=32S|32S[a],[b][a]anlms=order=128:leakage=0.0005:mu=.5:out_mode=o @end example @end itemize +@subsection Commands + +This filter supports the same commands as options, excluding option @code{order}. + @section anull Pass the audio source unchanged to the output. |