comparison PYIN.h @ 95:ca0ea8c9c712

made onset sensitivity a parameter
author matthiasm
date Thu, 08 Jan 2015 18:52:54 +0000
parents 854d9403c5be
children ae827f6c46c8
comparison
equal deleted inserted replaced
94:2687ba2cafae 95:ca0ea8c9c712
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_onsetSensitivity;
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 vector<float> m_level; 78 vector<float> m_level;
78 }; 79 };
79 80