comparison PYinVamp.h @ 70:01057d57dd9a tony

pyin has now a parameter to go for precise timing (slow) or not (fast)
author matthiasm
date Fri, 13 Jun 2014 11:52:57 +0100
parents 0aa451c5b2d9
children fa3a2dbd09a3
comparison
equal deleted inserted replaced
67:d1f89559321a 70:01057d57dd9a
70 mutable int m_oSmoothedPitchTrack; 70 mutable int m_oSmoothedPitchTrack;
71 mutable int m_oNotes; 71 mutable int m_oNotes;
72 72
73 float m_threshDistr; 73 float m_threshDistr;
74 float m_outputUnvoiced; 74 float m_outputUnvoiced;
75 float m_preciseTime;
75 vector<vector<pair<double, double> > > m_pitchProb; 76 vector<vector<pair<double, double> > > m_pitchProb;
76 vector<Vamp::RealTime> m_timestamp; 77 vector<Vamp::RealTime> m_timestamp;
77 }; 78 };
78 79
79 #endif 80 #endif