summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2023-05-25 23:06:50 +0200
committerPaul B Mahol <onemda@gmail.com>2023-05-26 10:13:37 +0200
commit2b5166addf9956f0617e6007bc02387cde9927dd (patch)
tree20f43ea23d3bee31cdaea10a4de00c86f0c0c715 /doc
parent3235de4883b694058f48ac4e13a9207c1fd94c04 (diff)
avfilter/af_silenceremove: add real peak detector
Rename old peak detector to more correct name one.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 47b26fe92f..6f15b54d10 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -6461,8 +6461,7 @@ With @var{all}, only if all channels are detected as non-silence will cause
stopped trimming of silence.
@item detection
-Set how is silence detected. Can be @code{rms} or @code{peak}. Second is faster
-and works better with digital silence which is exactly 0.
+Set how is silence detected. Can be @code{avg}, @code{rms} or @code{peak}.
Default value is @code{rms}.
@item window