We are not normally fillingTail
1 files changed, 2 insertions(+), 2 deletions(-) M src/finer/R3LiveShifter.cpp
M src/finer/R3LiveShifter.cpp +2 -2
@@ 639,7 639,7 @@ R3LiveShifter::readOut(float *const *out m_log.log(2, "R3LiveShifter::readOut: outcount and ratio", outcount, outRatio); int resampledCount = 0; - bool fillingTail = true; + bool fillingTail = false; while (resampledCount < outcount) { @@ 654,7 654,7 @@ R3LiveShifter::readOut(float *const *out } } - m_log.log(2, "R3LiveShifter::readOut: fromOutbuf", fromOutbuf); + m_log.log(2, "R3LiveShifter::readOut: fillingTail and fromOutbuf", fillingTail, fromOutbuf); int got = fromOutbuf;