Mercurial > hg > pyin
comparison PYinVamp.h @ 72:fa3a2dbd09a3 tony
made the low amplitude suppression a parameter
author | matthiasm |
---|---|
date | Fri, 13 Jun 2014 19:37:39 +0100 |
parents | 01057d57dd9a |
children | 7ef7f6e90966 |
comparison
equal
deleted
inserted
replaced
71:27eee0f7a4f6 | 72:fa3a2dbd09a3 |
---|---|
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 float m_preciseTime; |
76 float m_lowAmp; | |
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 }; | 79 }; |
79 | 80 |
80 #endif | 81 #endif |