Mercurial > hg > sonic-annotator
diff runner/FeatureExtractionManager.cpp @ 195:3f7c65f26559
Fixes from last merge
author | Chris Cannam |
---|---|
date | Wed, 26 Aug 2015 21:46:52 +0100 |
parents | 795d67a5e266 |
children | 3b7ec45abd1c |
line wrap: on
line diff
--- a/runner/FeatureExtractionManager.cpp Wed Aug 19 16:36:41 2015 +0100 +++ b/runner/FeatureExtractionManager.cpp Wed Aug 26 21:46:52 2015 +0100 @@ -750,8 +750,7 @@ //!!! inefficient, although much of the inefficiency may be // susceptible to compiler optimisation - SampleBlock frames; - reader->getInterleavedFrames(i, m_blockSize, frames); + SampleBlock frames = reader->getInterleavedFrames(i, m_blockSize); // We have to do our own channel handling here; we can't just // leave it to the plugin adapter because the same plugin