diff transform/FeatureExtractionModelTransformer.cpp @ 1744:b92bdcd4954b by-id

Update FFT model to ById
author Chris Cannam
date Tue, 02 Jul 2019 11:49:28 +0100
parents fe3f7f8df3a3
children 6d09d68165a4
line wrap: on
line diff
--- a/transform/FeatureExtractionModelTransformer.cpp	Mon Jul 01 14:16:12 2019 +0100
+++ b/transform/FeatureExtractionModelTransformer.cpp	Tue Jul 02 11:49:28 2019 +0100
@@ -677,8 +677,7 @@
     if (frequencyDomain) {
         for (int ch = 0; ch < channelCount; ++ch) {
             FFTModel *model = new FFTModel
-//!!!                (input->getId(),
-                (nullptr,
+                (input->getId(),
                  channelCount == 1 ? m_input.getChannel() : ch,
                  primaryTransform.getWindowType(),
                  blockSize,