diff ConstrainedHarmonicPeak.h @ 4:3bf29717cc01

m_blockSize -> m_fftSize (they happen to be the same in this case, but that's what we use it as)
author Chris Cannam
date Fri, 07 Mar 2014 16:20:59 +0000
parents ab0b04e1c56b
children f5b9bae2a8c3
line wrap: on
line diff
--- a/ConstrainedHarmonicPeak.h	Fri Mar 07 15:56:03 2014 +0000
+++ b/ConstrainedHarmonicPeak.h	Fri Mar 07 16:20:59 2014 +0000
@@ -43,7 +43,7 @@
     FeatureSet getRemainingFeatures();
 
 protected:
-    int m_blockSize;
+    int m_fftSize;
     float m_minFreq;
     float m_maxFreq;
     int m_harmonics;