Mercurial > hg > svcore
diff transform/FeatureExtractionModelTransformer.cpp @ 712:7f76499ef4f2
Minor debug change
author | Chris Cannam |
---|---|
date | Mon, 17 Oct 2011 11:57:25 +0100 |
parents | 1424aa29ae95 |
children | eea8049df526 5295bdb58840 |
line wrap: on
line diff
--- a/transform/FeatureExtractionModelTransformer.cpp Mon Oct 10 16:48:07 2011 +0100 +++ b/transform/FeatureExtractionModelTransformer.cpp Mon Oct 17 11:57:25 2011 +0100 @@ -176,9 +176,8 @@ { DenseTimeValueModel *input = getConformingInput(); -// std::cerr << "FeatureExtractionModelTransformer: output sample type " -// << m_descriptor->sampleType << std::endl; - +// std::cerr << "FeatureExtractionModelTransformer::createOutputModel: sample type " << m_descriptor->sampleType << ", rate " << m_descriptor->sampleRate << std::endl; + PluginRDFDescription description(m_transform.getPluginIdentifier()); QString outputId = m_transform.getOutput(); @@ -201,7 +200,7 @@ size_t modelRate = input->getSampleRate(); size_t modelResolution = 1; - + switch (m_descriptor->sampleType) { case Vamp::Plugin::OutputDescriptor::VariableSampleRate: @@ -636,8 +635,11 @@ { size_t inputRate = m_input.getModel()->getSampleRate(); -// SVDEBUG << "FeatureExtractionModelTransformer::addFeature(" -// << blockFrame << ")" << endl; +// std::cerr << "FeatureExtractionModelTransformer::addFeature: blockFrame = " +// << blockFrame << ", hasTimestamp = " << feature.hasTimestamp +// << ", timestamp = " << feature.timestamp << ", hasDuration = " +// << feature.hasDuration << ", duration = " << feature.duration +// << std::endl; int binCount = 1; if (m_descriptor->hasFixedBinCount) {