Don't pass debug level through to FFT - it doesn't respect the log target
This commit is contained in:
@@ -640,7 +640,7 @@ R2Stretcher::configure()
|
|||||||
|
|
||||||
if (!m_realtime && fftSizeChanged) {
|
if (!m_realtime && fftSizeChanged) {
|
||||||
delete m_studyFFT;
|
delete m_studyFFT;
|
||||||
m_studyFFT = new FFT(m_fftSize, m_log.getDebugLevel());
|
m_studyFFT = new FFT(m_fftSize);
|
||||||
m_studyFFT->initFloat();
|
m_studyFFT->initFloat();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user