Mercurial > hg > aimc
diff src/Modules/Features/ModuleGaussians.cc @ 136:4abed4cf1e87
- Fix bug where the fram period wasn't propagating to the output file.
author | tom@acousticscale.org |
---|---|
date | Tue, 26 Oct 2010 16:46:14 +0000 |
parents | bee31e7ebf4b |
children | bbf4728ffa0e |
line wrap: on
line diff
--- a/src/Modules/Features/ModuleGaussians.cc Tue Oct 26 04:48:56 2010 +0000 +++ b/src/Modules/Features/ModuleGaussians.cc Tue Oct 26 16:46:14 2010 +0000 @@ -96,6 +96,7 @@ LOG_ERROR(_T("Module ModuleGaussians not initialized.")); return; } + output_.set_start_time(input.start_time()); // Calculate spectral profile for (int ch = 0; ch < input.channel_count(); ++ch) { m_pSpectralProfile[ch] = 0.0f;