Mercurial > hg > svcore
comparison transform/FeatureExtractionModelTransformer.cpp @ 790:ebe3ca2bb556
Remove debug
author | Chris Cannam |
---|---|
date | Tue, 16 Apr 2013 15:45:25 +0100 |
parents | 84013dc0ed77 |
children | 98cf98a217d2 |
comparison
equal
deleted
inserted
replaced
789:84013dc0ed77 | 790:ebe3ca2bb556 |
---|---|
680 } | 680 } |
681 | 681 |
682 frame = lrintf((m_fixedRateFeatureNo / m_descriptor->sampleRate) | 682 frame = lrintf((m_fixedRateFeatureNo / m_descriptor->sampleRate) |
683 * inputRate); | 683 * inputRate); |
684 | 684 |
685 std::cerr << "Feature hasTimestamp = " << feature.hasTimestamp << ", timestamp = " << feature.timestamp << ", frame works out to " << frame << std::endl; | 685 // std::cerr << "Feature hasTimestamp = " << feature.hasTimestamp << ", timestamp = " << feature.timestamp << ", frame works out to " << frame << std::endl; |
686 | |
687 } | 686 } |
688 | 687 |
689 // Rather than repeat the complicated tests from the constructor | 688 // Rather than repeat the complicated tests from the constructor |
690 // to determine what sort of model we must be adding the features | 689 // to determine what sort of model we must be adding the features |
691 // to, we instead test what sort of model the constructor decided | 690 // to, we instead test what sort of model the constructor decided |