summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArif Driessen <arifd86@gmail.com>2021-09-28 10:35:43 +0200
committerGyan Doshi <ffmpeg@gyani.pro>2021-09-30 16:13:10 +0530
commit3ee45027536c8a085b02844dd7469c9122bdc9ef (patch)
treee11bc38e35438cd3100aea9c35da1dcfce2aeecc /doc
parenta7fc78c1a638a32c3695c06f727774c740d675c2 (diff)
doc/filters: note values for afftflt window function
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi27
1 files changed, 26 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index cbec749ce8..6328a8c563 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1325,7 +1325,32 @@ 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.
+
+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