# HG changeset patch # User Chris Cannam # Date 1201703624 0 # Node ID 3f8b9ae44f92c4ac85b16d19a777bc39cfc01a41 # Parent 4fe04e706839ef6222b2068fec50abfc5d920ea3 * remove some debug output diff -r 4fe04e706839 -r 3f8b9ae44f92 plugins/SimilarityPlugin.cpp --- a/plugins/SimilarityPlugin.cpp Wed Jan 30 13:33:23 2008 +0000 +++ b/plugins/SimilarityPlugin.cpp Wed Jan 30 14:33:44 2008 +0000 @@ -168,7 +168,7 @@ m_fftSize = m_mfcc->getfftlength(); m_rhythmClipFrameSize = m_fftSize / 4; - std::cerr << "MFCC FS = " << config.FS << ", FFT size = " << m_fftSize<< std::endl; +// std::cerr << "MFCC FS = " << config.FS << ", FFT size = " << m_fftSize<< std::endl; } else if (m_type == TypeChroma) { @@ -186,13 +186,13 @@ m_chromagram = new Chromagram(config); m_fftSize = m_chromagram->getFrameSize(); - std::cerr << "fftsize = " << m_fftSize << std::endl; +// std::cerr << "fftsize = " << m_fftSize << std::endl; m_rhythmClipFrameSize = m_fftSize / 16; while (m_rhythmClipFrameSize < 512) m_rhythmClipFrameSize *= 2; - std::cerr << "m_rhythmClipFrameSize = " << m_rhythmClipFrameSize << std::endl; +// std::cerr << "m_rhythmClipFrameSize = " << m_rhythmClipFrameSize << std::endl; - std::cerr << "min = "<< config.min << ", max = " << config.max << std::endl; +// std::cerr << "min = "<< config.min << ", max = " << config.max << std::endl; } else { @@ -580,9 +580,9 @@ m_rhythmValues[c].pop_front(); } - if (needRhythmFrame) { - std::cerr << "at current = " <