Mercurial > hg > aimc
diff trunk/SConstruct @ 277:6b4921704eb1
- Ported over HTK file output
- Added some more meat to the Slaney IIR gammatone implementation
- Ported over the AIM-MAT sf2003 parabola strobe algorithm
- Finished making the SAI implementation compile
- Ported over the strobe list class (now uses STL deques internally)
author | tomwalters |
---|---|
date | Thu, 18 Feb 2010 16:55:40 +0000 |
parents | ce2bab04f155 |
children | ef14c9f2c1d2 |
line wrap: on
line diff
--- a/trunk/SConstruct Tue Feb 16 18:40:55 2010 +0000 +++ b/trunk/SConstruct Thu Feb 18 16:55:40 2010 +0000 @@ -97,10 +97,13 @@ 'Support/Parameters.cc', 'Support/Module.cc', 'Modules/Input/ModuleFileInput.cc', + 'Modules/BMM/ModuleGammatone.cc', 'Modules/BMM/ModulePZFC.cc', 'Modules/NAP/ModuleHCL.cc', - #'Modules/SAI/ModuleSAI.cc', - 'Modules/Features/ModuleGaussians.cc'] + 'Modules/Strobes/ModuleParabola.cc', + 'Modules/SAI/ModuleSAI.cc', + 'Modules/Features/ModuleGaussians.cc', + 'Modules/Output/FileOutputHTK.cc'] if not target_platform == 'win32': # On windows, utf support is builtin for SimpleIni