Fix failure to calculate offline stretch correctly when a zero-chunk region is found; provide alternate projection calculation method for R3 without stop-the-world phase resets
This commit is contained in:
@@ -626,7 +626,7 @@ RubberBandStretcher::Impl::calculateIncrements(size_t &phaseIncrementRtn,
|
||||
|
||||
int incr = m_stretchCalculator->calculateSingle
|
||||
(m_timeRatio, effectivePitchRatio, df, m_increment,
|
||||
m_aWindowSize, m_sWindowSize);
|
||||
m_aWindowSize, m_sWindowSize, false);
|
||||
|
||||
if (m_lastProcessPhaseResetDf.getWriteSpace() > 0) {
|
||||
m_lastProcessPhaseResetDf.write(&df, 1);
|
||||
|
||||
Reference in New Issue
Block a user