Merge from branch speexdsp
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user