From 1af005197715630daafb2890f780d580cb1d10ec Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 18 Sep 2022 19:40:25 +0200 Subject: doc/filters: add speechnorm examples --- doc/filters.texi | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index 6aa350a63c..d0f718678c 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6330,6 +6330,40 @@ is enabled the minimum of all possible gains for each filtered channel is used. This filter supports the all above options as @ref{commands}. +@subsection Examples + +@itemize +@item +Weak and slow amplification: +@example +speechnorm=e=3:r=0.00001:l=1 +@end example + +@item +Moderate and slow amplification: +@example +speechnorm=e=6.25:r=0.00001:l=1 +@end example + +@item +Strong and fast amplification: +@example +speechnorm=e=12.5:r=0.0001:l=1 +@end example + +@item +Very strong and fast amplification: +@example +speechnorm=e=25:r=0.0001:l=1 +@end example + +@item +Extreme and fast amplification: +@example +speechnorm=e=50:r=0.0001:l=1 +@end example +@end itemize + @section stereotools This filter has some handy utilities to manage stereo signals, for converting -- cgit v1.2.3