Mercurial > hg > svcore
diff data/model/FFTModel.h @ 1270:bac86d3fc6c9 bqfft
Branch to use bqfft code and remove FFTapi
author | Chris Cannam |
---|---|
date | Mon, 21 Nov 2016 15:05:57 +0000 |
parents | 825d0d7641ba |
children | 54af1e21705c |
line wrap: on
line diff
--- a/data/model/FFTModel.h Fri Nov 18 23:30:15 2016 +0000 +++ b/data/model/FFTModel.h Mon Nov 21 15:05:57 2016 +0000 @@ -21,7 +21,7 @@ #include "base/Window.h" -#include "data/fft/FFTapi.h" +#include <bqfft/FFT.h> #include <set> #include <vector> @@ -153,7 +153,7 @@ int m_windowIncrement; int m_fftSize; Window<float> m_windower; - FFTForward m_fft; + mutable breakfastquay::FFT m_fft; int getPeakPickWindowSize(PeakPickType type, sv_samplerate_t sampleRate, int bin, float &percentile) const;