diff runner/FeatureExtractionManager.cpp @ 258:857ce6ecb163 piper-nopiper

Align Sonic Annotator with the new Piper-ified subrepos (bearing in mind we want neither Piper nor the plugin load checker in Sonic Annotator itself)
author Chris Cannam
date Fri, 04 Nov 2016 14:16:01 +0000
parents 9a10c3ffff47
children 68dc2d99a5b1
line wrap: on
line diff
--- a/runner/FeatureExtractionManager.cpp	Fri Nov 04 14:13:11 2016 +0000
+++ b/runner/FeatureExtractionManager.cpp	Fri Nov 04 14:16:01 2016 +0000
@@ -835,7 +835,7 @@
         //!!! inefficient, although much of the inefficiency may be
         // susceptible to compiler optimisation
         
-        SampleBlock frames = reader->getInterleavedFrames(i, m_blockSize);
+        auto 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