Merge from branch speexdsp

This commit is contained in:
Chris Cannam
2022-09-02 11:12:35 +01:00
5 changed files with 53 additions and 25 deletions

View File

@@ -641,7 +641,7 @@ R2Stretcher::configure()
if (!m_realtime && fftSizeChanged) {
delete m_studyFFT;
m_studyFFT = new FFT(m_fftSize, m_log.getDebugLevel());
m_studyFFT = new FFT(m_fftSize);
m_studyFFT->initFloat();
}