fix Vamp Onset Detector.

This commit is contained in:
Robin Gareus 2015-10-08 16:18:39 +02:00
parent 4e39f13991
commit ef169ce2ff
2 changed files with 3 additions and 1 deletions

View file

@ -366,7 +366,7 @@ OnsetDetector::process(const float *const *inputBuffers,
// std::cerr << "OnsetDetector::process(" << timestamp << "): "
// << "dftype " << m_dfType << ", sens " << m_sensitivity
// << ", len " << len << ", mean " << mean << std::endl;
// << ", len " << len << std::endl;
double *magnitudes = new double[len];
double *phases = new double[len];