comparison data/fileio/CodedAudioFileReader.cpp @ 1103:e86a7ea3dc38 simple-fft-model

Fix a cache-related dumbitude
author Chris Cannam
date Tue, 16 Jun 2015 20:28:23 +0100
parents 5cbf71022679
children 457a1a619c5f
comparison
equal deleted inserted replaced
1102:12f3b48668d4 1103:e86a7ea3dc38
465 } 465 }
466 466
467 if (m_normalised) { 467 if (m_normalised) {
468 for (auto &f: frames) f *= m_gain; 468 for (auto &f: frames) f *= m_gain;
469 } 469 }
470 470
471 return frames; 471 return frames;
472 } 472 }
473 473