Mercurial > hg > pyin
comparison PYinVamp.h @ 130:080fe18f5ebf fixedlag
refactored Viterbi
* perhaps I even discovered a bug (probablity sum was not reset for every frame)
author | Matthias Mauch <mail@matthiasmauch.net> |
---|---|
date | Fri, 03 Jul 2015 12:22:44 +0100 |
parents | 7ef7f6e90966 |
children | b877df85ad9e |
comparison
equal
deleted
inserted
replaced
129:72b3892c1d51 | 130:080fe18f5ebf |
---|---|
69 mutable int m_oCandidateSalience; | 69 mutable int m_oCandidateSalience; |
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_fixedLag; | |
74 float m_outputUnvoiced; | 75 float m_outputUnvoiced; |
75 float m_preciseTime; | 76 float m_preciseTime; |
76 float m_lowAmp; | 77 float m_lowAmp; |
77 float m_onsetSensitivity; | 78 float m_onsetSensitivity; |
78 float m_pruneThresh; | 79 float m_pruneThresh; |