summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-07-26 10:38:31 +0200
committerPaul B Mahol <onemda@gmail.com>2019-10-16 15:13:59 +0200
commitb0bfa3699c7ce98d503d71d3102a2dce4297ceee (patch)
treec3aff64de17eecc1548629ba82f3ca22d8a6157c /doc
parentc3985c0ea88f30ac3e848a4296c7d2503dcdd5b3 (diff)
avfilter: add arnndn filter
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 6865f0f2b7..5cebb26cbd 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2116,6 +2116,17 @@ atrim=end=5,areverse
@end example
@end itemize
+@section arnndn
+
+Reduce noise from speech using Recurrent Neural Networks.
+
+This filter accepts the following options:
+
+@table @option
+@item model, m
+Set train model file to load. This option is always required.
+@end table
+
@section asetnsamples
Set the number of samples per each output audio frame.