comparison src/Silvet.cpp @ 172:06d19c847a41

Remove comment (quick test suggests this makes little difference either way)
author Chris Cannam
date Wed, 21 May 2014 12:10:02 +0100
parents 2114b2545c27
children 26d054291412
comparison
equal deleted inserted replaced
171:7c0ce480a7a4 172:06d19c847a41
327 // some other processing parameters, making 327 // some other processing parameters, making
328 // everything much, much slower. Could be a flaw 328 // everything much, much slower. Could be a flaw
329 // in the CQ parameter calculations, must check 329 // in the CQ parameter calculations, must check
330 params.atomHopFactor = 0.3; 330 params.atomHopFactor = 0.3;
331 params.threshold = 0.0005; 331 params.threshold = 0.0005;
332 params.window = CQParameters::Hann; //!!! todo: test whether it makes any difference 332 params.window = CQParameters::Hann;
333 333
334 m_cq = new CQSpectrogram(params, CQSpectrogram::InterpolateLinear); 334 m_cq = new CQSpectrogram(params, CQSpectrogram::InterpolateLinear);
335 335
336 m_colsPerSec = m_hqMode ? 50 : 25; 336 m_colsPerSec = m_hqMode ? 50 : 25;
337 337