comparison src/AudioEventMatcher.cpp @ 23:bc113cd60a2f

tmp mistake
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Mon, 13 Feb 2012 14:58:53 +0000
parents 24c413f0f2c5
children c47ea39b830d
comparison
equal deleted inserted replaced
22:24c413f0f2c5 23:bc113cd60a2f
13 const int matchWindowWidth = 6000; 13 const int matchWindowWidth = 6000;
14 14
15 AudioEventMatcher::AudioEventMatcher(){ 15 AudioEventMatcher::AudioEventMatcher(){
16 16
17 17
18 pitchLikelihoodToNoise = 0.7;//more noise 18 pitchLikelihoodToNoise = 0.6;//more noise
19 19
20 onsetLikelihoodToNoise = 0.5; 20 onsetLikelihoodToNoise = 0.4;
21 onsetLikelihoodWidth = 10;//in ms 21 onsetLikelihoodWidth = 10;//in ms
22 22
23 setArraySizes(); 23 setArraySizes();
24 24
25 usingRealTime = false; 25 usingRealTime = false;