This commit is contained in:
Chris Cannam
2022-05-25 11:16:06 +01:00
parent 973a334f75
commit 47476b9088
2 changed files with 2 additions and 8 deletions

View File

@@ -399,9 +399,6 @@ R3StretcherImpl::consume()
v_copy(scale->prevMag.data(),
scale->mag.data(),
bufSize);
v_copy(scale->prevAdvancedPhase.data(),
scale->advancedPhase.data(),
bufSize);
}
for (const auto &band : cd->guidance.fftBands) {