comparison 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
comparison
equal deleted inserted replaced
276:a57b29e373c7 277:6b4921704eb1
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']