diff PYIN.h @ 91:854d9403c5be

note separation based on RMS
author matthiasm
date Wed, 07 Jan 2015 16:30:16 +0000
parents 5945b8905d1f
children ca0ea8c9c712
line wrap: on
line diff
--- a/PYIN.h	Wed Jan 07 15:22:03 2015 +0000
+++ b/PYIN.h	Wed Jan 07 16:30:16 2015 +0000
@@ -74,6 +74,7 @@
     float m_outputUnvoiced;
     vector<vector<pair<double, double> > > m_pitchProb;
     vector<Vamp::RealTime> m_timestamp;
+    vector<float> m_level;
 };
 
 #endif