Mercurial > hg > cepstral-pitchtracker
diff NoteHypothesis.cpp @ 59:82552664d471
And reduce rather excessive requirements for satisfaction by estimate acceptance
author | Chris Cannam |
---|---|
date | Tue, 20 Nov 2012 21:31:17 +0000 |
parents | 9f50a5876dd3 |
children | c06fe5350b34 |
line wrap: on
line diff
--- a/NoteHypothesis.cpp Tue Nov 20 21:30:35 2012 +0000 +++ b/NoteHypothesis.cpp Tue Nov 20 21:31:17 2012 +0000 @@ -79,7 +79,7 @@ } meanConfidence /= m_pending.size(); - int lengthRequired = 10000; + int lengthRequired = 100; if (meanConfidence > 0.0) { lengthRequired = int(2.0 / meanConfidence + 0.5); }