comparison transform/FeatureExtractionModelTransformer.cpp @ 801:ed3779b2b4a8 qt5

Remove some debug
author Chris Cannam
date Thu, 09 May 2013 17:30:44 +0100
parents cf466a5d411e
children 98cf98a217d2
comparison
equal deleted inserted replaced
793:cefc9763dc0c 801:ed3779b2b4a8
671 lrint(ts.toDouble() * m_descriptor->sampleRate); 671 lrint(ts.toDouble() * m_descriptor->sampleRate);
672 } 672 }
673 673
674 frame = lrintf((m_fixedRateFeatureNo / m_descriptor->sampleRate) 674 frame = lrintf((m_fixedRateFeatureNo / m_descriptor->sampleRate)
675 * inputRate); 675 * inputRate);
676
677 std::cerr << "Feature hasTimestamp = " << feature.hasTimestamp << ", timestamp = " << feature.timestamp << ", frame works out to " << frame << std::endl;
678
679 } 676 }
680 677
681 // Rather than repeat the complicated tests from the constructor 678 // Rather than repeat the complicated tests from the constructor
682 // to determine what sort of model we must be adding the features 679 // to determine what sort of model we must be adding the features
683 // to, we instead test what sort of model the constructor decided 680 // to, we instead test what sort of model the constructor decided