comparison PYIN.h @ 108:ae827f6c46c8 notes_refinement

introduced a variable for minimum note length
author matthiasm
date Mon, 26 Jan 2015 15:07:05 +0000
parents 314c2d56625d
children
comparison
equal deleted inserted replaced
107:314c2d56625d 108:ae827f6c46c8
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 float m_onsetSensitivity;
76 float m_pruneThresh;
76 vector<vector<pair<double, double> > > m_pitchProb; 77 vector<vector<pair<double, double> > > m_pitchProb;
77 vector<Vamp::RealTime> m_timestamp; 78 vector<Vamp::RealTime> m_timestamp;
78 vector<float> m_level; 79 vector<float> m_level;
79 }; 80 };
80 81