Bump these standards up a bit. Machines are a bit faster, and none of the other resamplers ever had a configuration quite as bad as the linear one.
1 files changed, 2 insertions(+), 2 deletions(-) M src/Resampler.cpp
M src/Resampler.cpp +2 -2
@@ 640,8 640,8 @@ D_SRC::D_SRC(Resampler::Quality quality, int err = 0; m_src = src_new(quality == Resampler::Best ? SRC_SINC_BEST_QUALITY : - quality == Resampler::Fastest ? SRC_LINEAR : - SRC_SINC_FASTEST, + quality == Resampler::Fastest ? SRC_SINC_FASTEST : + SRC_SINC_MEDIUM_QUALITY, channels, &err); if (err) {