comparison src/AudioEventMatcher.h @ 18:4ded82fe318d

added pitch info at top of page
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Tue, 07 Feb 2012 02:37:04 +0000
parents 680ba08e9925
children 1a62561bd72d
comparison
equal deleted inserted replaced
17:c96b18dd0f48 18:4ded82fe318d
88 88
89 //params 89 //params
90 double onsetLikelihoodWidth; 90 double onsetLikelihoodWidth;
91 double onsetLikelihoodToNoise; 91 double onsetLikelihoodToNoise;
92 double pitchLikelihoodToNoise;//more noise 92 double pitchLikelihoodToNoise;//more noise
93
94 double pitchOfNearestMatch;//for viz purposes
95 double distanceOfNearestMatch;
93 }; 96 };
94 #endif 97 #endif