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 --- utils/alsoft-config/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/alsoft-config/mainwindow.cpp b/utils/alsoft-config/mainwindow.cpp index 73773836..49a6c474 100644 --- a/utils/alsoft-config/mainwindow.cpp +++ b/utils/alsoft-config/mainwindow.cpp @@ -64,7 +64,7 @@ static const struct { { "Point (low quality, fast)", "point" }, { "Linear (basic quality, fast)", "linear" }, { "Sinc-Lanczos 4pt (good quality)", "sinc4" }, - { "Sinc-Lanczos 6pt (high quality, slow)", "sinc6" }, + { "Sinc-Lanczos 8pt (high quality, slow)", "sinc8" }, { "", "" } }, stereoModeList[] = { -- cgit v1.2.3