On 2021-09-28 02:05 pm, Arif Driessen wrote:
Hello all, excited about my first patch! Documented the possible window
functions for `afftfilt`. Needs review/signing-off.
These should be formatted like they are in the surround filter for the
option with the same name.
---
doc/filters.texi | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 0b7e21f7f8..0a04165f11 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1325,7 +1325,11 @@ Set window size. Allowed range is from 16 to 131072.
Default is @code{4096}
@item win_func
-Set window function. Default is @code{hann}.
+Set window function. Possible values are: @code{rect} @code{bartlett}
@code{hamming}
+@code{blackman} @code{welch} @code{flattop} @code{bharris} @code{bnuttall}
+@code{bhann} @code{sine} @code{nuttall} @code{lanczos} @code{gauss}
+@code{tukey} @code{dolph} @code{cauchy} @code{parzen} @code{poisson}
+@code{bohman}. Default is @code{hann}.
@item overlap
Set window overlap. If set to 1, the recommended overlap for selected
Regards,
Gyan
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".