comparison PYIN.h @ 91:854d9403c5be

note separation based on RMS
author matthiasm
date Wed, 07 Jan 2015 16:30:16 +0000
parents 5945b8905d1f
children ca0ea8c9c712
comparison
equal deleted inserted replaced
90:b087967c4417 91:854d9403c5be
72 72
73 float m_threshDistr; 73 float m_threshDistr;
74 float m_outputUnvoiced; 74 float m_outputUnvoiced;
75 vector<vector<pair<double, double> > > m_pitchProb; 75 vector<vector<pair<double, double> > > m_pitchProb;
76 vector<Vamp::RealTime> m_timestamp; 76 vector<Vamp::RealTime> m_timestamp;
77 vector<float> m_level;
77 }; 78 };
78 79
79 #endif 80 #endif