comparison examples/SpectralCentroid.h @ 21:16eeab18bf72

* tidy * build to vamp-example-plugins.so
author cannam
date Fri, 14 Apr 2006 09:37:46 +0000
parents c4662bbef275
children abd05f5eee2f
comparison
equal deleted inserted replaced
20:68b8b32a2070 21:16eeab18bf72
65 FeatureSet getRemainingFeatures(); 65 FeatureSet getRemainingFeatures();
66 66
67 protected: 67 protected:
68 size_t m_stepSize; 68 size_t m_stepSize;
69 size_t m_blockSize; 69 size_t m_blockSize;
70 double *m_workBuffer;
71 }; 70 };
72 71
73 72
74 #endif 73 #endif