# HG changeset patch # User Chris Cannam # Date 1631863606 -3600 # Fri Sep 17 08:26:46 2021 +0100 # Node ID 80912d12e4c17c76fb6bda9f9342c6babdbc700a # Parent 2efd1509711f72ace9f7784099364b0485d7c274 I forgot these were currently only in a branch of bqresample - comment for the moment until later merge there diff --git a/src/ResamplerWrapper.cpp b/src/ResamplerWrapper.cpp --- a/src/ResamplerWrapper.cpp +++ b/src/ResamplerWrapper.cpp @@ -249,8 +249,10 @@ 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;