Mercurial > hg > silvet
diff src/Silvet.cpp @ 151:fc06b6f33021
double -> float in EM (to test)
author | Chris Cannam |
---|---|
date | Wed, 14 May 2014 19:38:36 +0100 |
parents | d2bc51cc7f57 |
children | 74f14efe032f |
line wrap: on
line diff
--- a/src/Silvet.cpp Wed May 14 18:09:06 2014 +0100 +++ b/src/Silvet.cpp Wed May 14 19:38:36 2014 +0100 @@ -429,7 +429,7 @@ em.iterate(filtered.at(i).data()); } - const double *pitches = em.getPitchDistribution(); + const float *pitches = em.getPitchDistribution(); //!!! note: check the CQ output (and most immediately, the sum values here) against the MATLAB implementation