mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-22 06:46:59 +00:00
doc/filters: list values for af_surround window function
This commit is contained in:
parent
fee7c15d87
commit
bf4245e952
@ -4884,7 +4884,32 @@ Set LFE input volume. By default, this is @var{1}.
|
||||
Set LFE output volume. By default, this is @var{1}.
|
||||
|
||||
@item win_func
|
||||
Set window function, default is @code{hann}.
|
||||
Set window function.
|
||||
|
||||
It accepts the following values:
|
||||
@table @samp
|
||||
@item rect
|
||||
@item bartlett
|
||||
@item hann, hanning
|
||||
@item hamming
|
||||
@item blackman
|
||||
@item welch
|
||||
@item flattop
|
||||
@item bharris
|
||||
@item bnuttall
|
||||
@item bhann
|
||||
@item sine
|
||||
@item nuttall
|
||||
@item lanczos
|
||||
@item gauss
|
||||
@item tukey
|
||||
@item dolph
|
||||
@item cauchy
|
||||
@item parzen
|
||||
@item poisson
|
||||
@item bohman
|
||||
@end table
|
||||
Default is @code{hann}.
|
||||
|
||||
@item overlap
|
||||
Set window overlap. If set to 1, the recommended overlap for selected
|
||||
|
Loading…
Reference in New Issue
Block a user