changeset 28:401855ab368e

removed debug output
author matthiasm
date Tue, 21 Jan 2014 21:50:14 +0000
parents 6ccea73d6a88
children 24943b76a109
files PYIN.cpp
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/PYIN.cpp	Tue Jan 21 21:41:00 2014 +0000
+++ b/PYIN.cpp	Tue Jan 21 21:50:14 2014 +0000
@@ -354,7 +354,6 @@
 PYIN::FeatureSet
 PYIN::process(const float *const *inputBuffers, RealTime timestamp)
 {
-    std::cerr << "new pyin new pyin" << std::endl;
     timestamp = timestamp + Vamp::RealTime::frame2RealTime(m_blockSize/4, lrintf(m_inputSampleRate));
     FeatureSet fs;
     
@@ -416,7 +415,6 @@
 PYIN::FeatureSet
 PYIN::getRemainingFeatures()
 {
-    std::cerr << m_timestamp[0] << std::endl;
     FeatureSet fs;
     Feature f;
     f.hasTimestamp = true;