Mercurial > hg > silvet
diff src/Silvet.h @ 97:840c0d703bbb timing
Use single-precision floats throughout EM code
author | Chris Cannam |
---|---|
date | Tue, 06 May 2014 14:45:16 +0100 |
parents | 384338fa460d |
children |
line wrap: on
line diff
--- a/src/Silvet.h Tue May 06 13:05:43 2014 +0100 +++ b/src/Silvet.h Tue May 06 14:45:16 2014 +0100 @@ -79,7 +79,7 @@ vector<map<int, double> > m_pianoRoll; Grid preProcess(const Grid &); - FeatureList postProcess(const vector<double> &); + FeatureList postProcess(const vector<float> &); FeatureSet transcribe(const Grid &); string noteName(int n) const;