Mercurial > hg > aimc
comparison SConstruct @ 5:3c782dec2fc0
- 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 | decdac21cfc2 |
children | bd370910aa05 |
comparison
equal
deleted
inserted
replaced
4:eb0449575bb9 | 5:3c782dec2fc0 |
---|---|
95 common_sources = ['Support/Common.cc', | 95 common_sources = ['Support/Common.cc', |
96 'Support/SignalBank.cc', | 96 'Support/SignalBank.cc', |
97 'Support/Parameters.cc', | 97 'Support/Parameters.cc', |
98 'Support/Module.cc', | 98 'Support/Module.cc', |
99 'Modules/Input/ModuleFileInput.cc', | 99 'Modules/Input/ModuleFileInput.cc', |
100 'Modules/BMM/ModuleGammatone.cc', | |
100 'Modules/BMM/ModulePZFC.cc', | 101 'Modules/BMM/ModulePZFC.cc', |
101 'Modules/NAP/ModuleHCL.cc', | 102 'Modules/NAP/ModuleHCL.cc', |
102 #'Modules/SAI/ModuleSAI.cc', | 103 'Modules/Strobes/ModuleParabola.cc', |
103 'Modules/Features/ModuleGaussians.cc'] | 104 'Modules/SAI/ModuleSAI.cc', |
105 'Modules/Features/ModuleGaussians.cc', | |
106 'Modules/Output/FileOutputHTK.cc'] | |
104 | 107 |
105 if not target_platform == 'win32': | 108 if not target_platform == 'win32': |
106 # On windows, utf support is builtin for SimpleIni | 109 # On windows, utf support is builtin for SimpleIni |
107 # bit not on other platforms | 110 # bit not on other platforms |
108 common_sources += ['Support/ConvertUTF.c'] | 111 common_sources += ['Support/ConvertUTF.c'] |