80912d12e4c1 — Chris Cannam 3 years ago
I forgot these were currently only in a branch of bqresample - comment for the moment until later merge there
1 files changed, 2 insertions(+), 0 deletions(-)

M src/ResamplerWrapper.cpp
M src/ResamplerWrapper.cpp +2 -0
@@ 249,8 249,10 @@ ResamplerWrapper::reconstructResampler()
     
     Resampler::Parameters params;
     params.quality = Resampler::FastestTolerable;
+    /*!!! to be restored following resampler merge
     params.dynamism = Resampler::RatioMostlyFixed;
     params.ratioChange = Resampler::SuddenRatioChange;
+    */
     params.maxBufferSize = defaultMaxBufferSize;
     if (m_sourceRate != 0) {
         params.initialSampleRate = m_sourceRate;