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:
Chris Cannam
2022-06-13 17:16:03 +01:00
parent ac4072937e
commit 9dbf53026a
4 changed files with 33 additions and 13 deletions

View File

@@ -71,7 +71,8 @@ public:
float curveValue,
size_t increment,
size_t analysisWindowSize,
size_t synthesisWindowSize);
size_t synthesisWindowSize,
bool alignFrameStarts);
void setUseHardPeaks(bool use) { m_useHardPeaks = use; }