diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-12-13 23:05:09 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-12-14 21:58:08 +0100 |
commit | 2f12172d670996ff8f18b80ebdee7d0a8c230ac3 (patch) | |
tree | 081f70acc285360c60028f413df30e43805784c6 /doc/filters.texi | |
parent | 30fe3fd52721c8c6566001192cd16be423ffc92b (diff) | |
download | ffmpeg-2f12172d670996ff8f18b80ebdee7d0a8c230ac3.tar.gz |
avfilter/af_sofalizer: add frequency domain processing and use it by default
Code ported from SOFAlizer patch for VLC.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index ba2ffc44ff..78fbd47767 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2916,6 +2916,12 @@ 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. + +@item type +Set processing type. Can be @var{time} or @var{freq}. @var{time} is +processing audio in time domain which is slow but gives high quality output. +@var{freq} is processing audio in frequency domain which is fast but gives +mediocre output. Default is @var{freq}. @end table @section stereotools |