Mercurial > hg > vamp-tempogram
diff SpectrogramProcessor.cpp @ 21:12b952286959
* Debugging 1Hz freeze using vamp-plugin-tester
author | Carl Bussey <c.bussey@se10.qmul.ac.uk> |
---|---|
date | Mon, 18 Aug 2014 15:22:44 +0100 |
parents | de7213b35755 |
children | 957b83524c06 |
line wrap: on
line diff
--- a/SpectrogramProcessor.cpp Fri Aug 15 15:17:28 2014 +0100 +++ b/SpectrogramProcessor.cpp Mon Aug 18 15:22:44 2014 +0100 @@ -81,6 +81,7 @@ m_pFftInput[n] = 0.0; } + //cerr << m_fftLength << endl; FFT::forward(m_fftLength, m_pFftInput, 0, m_pFftOutputReal, m_pFftOutputImag); vector<float> binValues;