diff 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
line wrap: on
line diff
--- a/vamp/CQVamp.h	Wed Nov 06 14:30:42 2013 +0000
+++ b/vamp/CQVamp.h	Wed Nov 06 16:21:28 2013 +0000
@@ -46,6 +46,9 @@
     int m_bpo;
     int m_stepSize;
     int m_blockSize;
+
+    std::vector<float> m_prevFeature;
+    FeatureSet convertToFeatures(const std::vector<std::vector<double> > &);
 };