diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-05-18 23:13:52 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-05-18 23:13:52 +0200 |
commit | f5e5c531170f0ce9c37e555e689ffd60694b47cd (patch) | |
tree | e6006eaa3c96a9f0883e7157efc1b1362fe48899 /doc/filters.texi | |
parent | 79bf4d1450c105ecbe2b8ef64ca6c14bbdd761dc (diff) | |
download | ffmpeg-f5e5c531170f0ce9c37e555e689ffd60694b47cd.tar.gz |
avfilter/af_sofalizer: make lfe gain user configurable
Default settings have it too low.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index b684d8dec8..296a8dcd03 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3606,6 +3606,9 @@ Each virtual loudspeaker description is separated by '|'. For example to override front left and front right channel positions use: 'speakers=FL 45 15|FR 345 15'. Descriptions with unrecognised channel names are ignored. + +@item lfegain +Set custom gain for LFE channels. Value is in dB. Default is 0. @end table @subsection Examples |