Prefer libsamplerate at any performance setting, now we know it is better-behaved when changing rates

This commit is contained in:
Chris Cannam
2020-09-29 11:04:18 +01:00
parent 390a273044
commit 42ff18a229

View File

@@ -1147,11 +1147,11 @@ Resampler::Resampler(Resampler::Quality quality, int channels,
#ifdef HAVE_LIBRESAMPLE
m_method = 3;
#endif
#ifdef HAVE_LIBSAMPLERATE
m_method = 1;
#endif
#ifdef USE_SPEEX
m_method = 2;
#endif
#ifdef HAVE_LIBSAMPLERATE
m_method = 1;
#endif
break;