summaryrefslogtreecommitdiff
path: root/doc/resampler.texi
diff options
context:
space:
mode:
authorGanesh Ajjanagadde <gajjanagadde@gmail.com>2015-11-07 10:16:27 -0500
committerGanesh Ajjanagadde <gajjanagadde@gmail.com>2015-11-08 21:11:07 -0500
commit1bed09a30ef95cc85513688f3b3c18c3fd332fd8 (patch)
tree29675ca46bf040a7b5fa1dd0bb5368c0fc371ab0 /doc/resampler.texi
parent9ac61e73d0843ec4b83f4e3d47eded73234e406e (diff)
swresample: allow double precision beta value for the Kaiser window
Kaiser windows inherently don't require beta to be an integer. This was an arbitrary restriction. Moreover, soxr does not require it, and in fact often estimates beta to a non-integral value. Thus, this patch allows greater flexibility for swresample clients. Micro version is updated. Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Diffstat (limited to 'doc/resampler.texi')
-rw-r--r--doc/resampler.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/resampler.texi b/doc/resampler.texi
index 155230fa6f..cb7d536cfb 100644
--- a/doc/resampler.texi
+++ b/doc/resampler.texi
@@ -220,7 +220,7 @@ select Kaiser windowed sinc
@end table
@item kaiser_beta
-For swr only, set Kaiser window beta value. Must be an integer in the
+For swr only, set Kaiser window beta value. Must be a double float value in the
interval [2,16], default value is 9.
@item output_sample_bits