From 1bed09a30ef95cc85513688f3b3c18c3fd332fd8 Mon Sep 17 00:00:00 2001 From: Ganesh Ajjanagadde Date: Sat, 7 Nov 2015 10:16:27 -0500 Subject: 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 Reviewed-by: Michael Niedermayer Signed-off-by: Ganesh Ajjanagadde --- doc/resampler.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/resampler.texi') 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 -- cgit v1.2.3