comparison LocalCandidatePYIN.h @ 46:e17206dafa65 tony

frantically fixed some things -- at least pyin is not behaving randomly any more.
author matthiasm
date Wed, 19 Feb 2014 22:48:08 +0000
parents cd63e578a0a2
children 01057d57dd9a
comparison
equal deleted inserted replaced
45:68812db649e6 46:e17206dafa65
65 65
66 mutable int m_oPitchTrackCandidates; 66 mutable int m_oPitchTrackCandidates;
67 67
68 float m_threshDistr; 68 float m_threshDistr;
69 float m_outputUnvoiced; 69 float m_outputUnvoiced;
70 vector<vector<vector<pair<double, double> > > > m_pitchProb; 70 vector<vector<pair<double, double> > > m_pitchProb;
71 vector<Vamp::RealTime> m_timestamp; 71 vector<Vamp::RealTime> m_timestamp;
72 size_t m_nCandidate; 72 size_t m_nCandidate;
73 }; 73 };
74 74
75 #endif 75 #endif