diff src/Modules/Features/ModuleGaussians.cc @ 3:decdac21cfc2

- Imported file input using libsndfile from old AIM-C and updated to the new API - Modified the Module base class to propogate Reset() calls down the module chain. - This required changing all Reset() functions in subclasses to ResetInternal() - Removed some unneeded imports from the Gaussians test
author tomwalters
date Tue, 16 Feb 2010 18:00:16 +0000
parents e91769e84be1
children 8c859ef1fb75
line wrap: on
line diff
--- a/src/Modules/Features/ModuleGaussians.cc	Tue Feb 16 13:23:23 2010 +0000
+++ b/src/Modules/Features/ModuleGaussians.cc	Tue Feb 16 18:00:16 2010 +0000
@@ -77,7 +77,7 @@
   return true;
 }
 
-void ModuleGaussians::Reset() {
+void ModuleGaussians::ResetInternal() {
   m_pSpectralProfile.clear();
   m_pSpectralProfile.resize(m_iNumChannels, 0.0f);
 }