From 00e419e9480e8d26e5fb5e1f03cc0824a6b8d917 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 11 Oct 2015 07:37:22 -0700 Subject: Replace the sinc6 resampler with sinc8, and make SSE versions --- alsoftrc.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alsoftrc.sample') diff --git a/alsoftrc.sample b/alsoftrc.sample index 4dc2cd06..faac3d8e 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -130,7 +130,7 @@ # point - nearest sample, no interpolation # linear - extrapolates samples using a linear slope between samples # sinc4 - extrapolates samples using a 4-point Sinc-Lanczos filter -# sinc6 - extrapolates samples using a 6-point Sinc-Lanczos filter +# sinc8 - extrapolates samples using an 8-point Sinc-Lanczos filter # Specifying other values will result in using the default (linear). #resampler = linear -- cgit v1.2.3