From fde02abc359d81f7c25d6d24ac747613537efb1f Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 27 Aug 2017 10:47:04 -0700 Subject: Rename resampler labels --- utils/alsoft-config/mainwindow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils') diff --git a/utils/alsoft-config/mainwindow.cpp b/utils/alsoft-config/mainwindow.cpp index 5649e7de..31419479 100644 --- a/utils/alsoft-config/mainwindow.cpp +++ b/utils/alsoft-config/mainwindow.cpp @@ -100,9 +100,9 @@ static const struct NameValuePair { { "Point", "point" }, { "Linear", "linear" }, { "Default (Linear)", "" }, - { "4-Point Sinc", "sinc4" }, - { "Band-limited Sinc (12/24)", "bsinc12" }, - { "Band-limited Sinc (24/48)", "bsinc24" }, + { "3rd order Sinc", "sinc4" }, + { "11th order Sinc", "bsinc12" }, + { "23rd order Sinc", "bsinc24" }, { "", "" } }, stereoModeList[] = { -- cgit v1.2.3