Prefer libsamplerate at any performance setting, now we know it is better-behaved when changing rates
This commit is contained in:
@@ -1147,11 +1147,11 @@ Resampler::Resampler(Resampler::Quality quality, int channels,
|
|||||||
#ifdef HAVE_LIBRESAMPLE
|
#ifdef HAVE_LIBRESAMPLE
|
||||||
m_method = 3;
|
m_method = 3;
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_LIBSAMPLERATE
|
|
||||||
m_method = 1;
|
|
||||||
#endif
|
|
||||||
#ifdef USE_SPEEX
|
#ifdef USE_SPEEX
|
||||||
m_method = 2;
|
m_method = 2;
|
||||||
|
#endif
|
||||||
|
#ifdef HAVE_LIBSAMPLERATE
|
||||||
|
m_method = 1;
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user