summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2014-04-29 18:53:16 +0200
committerAnton Khirnov <anton@khirnov.net>2014-05-01 08:00:30 +0200
commit1c0210c7981b6a61043d9171f506b435ff5a1f5e (patch)
treee18e12473c547d02ec3537d160514c6548dc0857 /doc/filters.texi
parenteb3b5501e8b85bfea09d533314cb6920efc42639 (diff)
lavfi: add Bauer stereo-to-binaural audio filter
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi30
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index d10a107b64..5f9d1f8388 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -445,6 +445,36 @@ avconv -i INPUT -af atrim=end_sample=1000
@end itemize
+@section bs2b
+Bauer stereo to binaural transformation, which improves headphone listening of
+stereo audio records.
+
+It accepts the following parameters:
+@table @option
+
+@item profile
+Pre-defined crossfeed level.
+@table @option
+
+@item default
+Default level (fcut=700, feed=50).
+
+@item cmoy
+Chu Moy circuit (fcut=700, feed=60).
+
+@item jmeier
+Jan Meier circuit (fcut=650, feed=95).
+
+@end table
+
+@item fcut
+Cut frequency (in Hz).
+
+@item feed
+Feed level (in Hz).
+
+@end table
+
@section channelsplit
Split each channel from an input audio stream into a separate output stream.