diff --git a/src/switch_resample.c b/src/switch_resample.c index d8a99c2d1b..60df4ff639 100644 --- a/src/switch_resample.c +++ b/src/switch_resample.c @@ -35,7 +35,7 @@ #define NORMFACT (float)0x8000 #define MAXSAMPLE (float)0x7FFF #define MAXSAMPLEC (char)0x7F -#define QUALITY 1 +#define QUALITY 0 #ifndef MIN #define MIN(a,b) ((a) < (b) ? (a) : (b))