diff options
author | Chris Robinson <[email protected]> | 2015-10-11 07:37:22 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-10-11 07:37:22 -0700 |
commit | 00e419e9480e8d26e5fb5e1f03cc0824a6b8d917 (patch) | |
tree | f813f217a9f1f6eca1097a81208a83171eeb8f63 /utils/alsoft-config | |
parent | 0211831858fe42b5a95f6992bbdc3d925d589a75 (diff) |
Replace the sinc6 resampler with sinc8, and make SSE versions
Diffstat (limited to 'utils/alsoft-config')
-rw-r--r-- | utils/alsoft-config/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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[] = { |