summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-12-09 13:40:03 +0100
committerPaul B Mahol <onemda@gmail.com>2015-12-12 20:56:36 +0100
commit0a19538bcf401afd369a597fe1fa06172368e46f (patch)
tree7ca44edab499ab67a3a9584d945a7bb440eaa710 /doc
parent69e80d6ce42c6b1a19f6cc79d68cedd91111cc37 (diff)
avfilter: add SOFAlizer audio filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 2aebd8eb5c..ba2ffc44ff 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2889,6 +2889,35 @@ silenceremove=1:5:0.02
@end example
@end itemize
+@section sofalizer
+
+SOFAlizer uses head-related transfer functions (HRTFs) to create virtual
+loudspeakers around the user for binaural listening via headphones (audio
+formats up to 9 channels supported).
+The HRTFs are stored in SOFA files (see www.sofacoustics.org for a database).
+SOFAlizer is developed at the Acoustics Research Institute (ARI) of the
+Austrian Academy of Sciences.
+
+The filter accepts the following options:
+
+@table @option
+@item sofa
+Set the SOFA file used for rendering.
+
+@item gain
+Set gain applied to audio. Value is in dB. Default is 0.
+
+@item rotation
+Set rotation of virtual loudspeakers in deg. Default is 0.
+
+@item elevation
+Set elevation of virtual speakers in deg. Default is 0.
+
+@item radius
+Set distance in meters between loudspeakers and the listener with near-field
+HRTFs. Default is 1.
+@end table
+
@section stereotools
This filter has some handy utilities to manage stereo signals, for converting