summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-04-29 11:44:21 +0200
committerPaul B Mahol <onemda@gmail.com>2017-04-29 11:44:21 +0200
commitb8b0cece794d8338ec79833c55e77d53888f800f (patch)
treefa4977c17aa2274340f91e4f35050b8953c3b326 /doc
parent77bc507f6f001b9f5fa75c664106261bd8f2c971 (diff)
doc/filters: add one lowpass filter example
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 2fe7ff7b8c..d49fec1264 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -3002,6 +3002,15 @@ The default is 0.707q and gives a Butterworth response.
Specify which channels to filter, by default all available are filtered.
@end table
+@subsection Examples
+@itemize
+@item
+Lowpass only LFE channel, it LFE is not present it does nothing:
+@example
+lowpass=c=LFE
+@end example
+@end itemize
+
@anchor{pan}
@section pan