We are not normally fillingTail

This commit is contained in:
Chris Cannam
2024-04-24 14:19:05 +01:00
parent 47b2ff6698
commit a877385b8a

View File

@@ -639,7 +639,7 @@ R3LiveShifter::readOut(float *const *output, int outcount)
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 *output, int outcount)
}
}
m_log.log(2, "R3LiveShifter::readOut: fromOutbuf", fromOutbuf);
m_log.log(2, "R3LiveShifter::readOut: fillingTail and fromOutbuf", fillingTail, fromOutbuf);
int got = fromOutbuf;