comparison vamp/CQVamp.h @ 36:cb072f01435b

Get remaining blocks from end of processing; fix some compile warnings, etc
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 06 Nov 2013 16:21:28 +0000
parents 75d528478feb
children a25abb7a21c0
comparison
equal deleted inserted replaced
35:75d528478feb 36:cb072f01435b
44 float m_maxFrequency; 44 float m_maxFrequency;
45 float m_minFrequency; 45 float m_minFrequency;
46 int m_bpo; 46 int m_bpo;
47 int m_stepSize; 47 int m_stepSize;
48 int m_blockSize; 48 int m_blockSize;
49
50 std::vector<float> m_prevFeature;
51 FeatureSet convertToFeatures(const std::vector<std::vector<double> > &);
49 }; 52 };
50 53
51 54
52 #endif 55 #endif