comparison SConstruct @ 12:d67a0a83d11b

-Profile module for taking slices of an SAI or SSI (or anything else for that matter) -Stub SSI module - not yet complete -Fixes to the module template
author tomwalters
date Fri, 19 Feb 2010 13:07:54 +0000
parents bd370910aa05
children f4e712d41321
comparison
equal deleted inserted replaced
11:bd370910aa05 12:d67a0a83d11b
100 'Modules/BMM/ModuleGammatone.cc', 100 'Modules/BMM/ModuleGammatone.cc',
101 'Modules/BMM/ModulePZFC.cc', 101 'Modules/BMM/ModulePZFC.cc',
102 'Modules/NAP/ModuleHCL.cc', 102 'Modules/NAP/ModuleHCL.cc',
103 'Modules/Strobes/ModuleParabola.cc', 103 'Modules/Strobes/ModuleParabola.cc',
104 'Modules/SAI/ModuleSAI.cc', 104 'Modules/SAI/ModuleSAI.cc',
105 'Modules/SSI/ModuleSSI.cc',
106 'Modules/Profile/ModuleSlice.cc',
105 'Modules/Features/ModuleGaussians.cc', 107 'Modules/Features/ModuleGaussians.cc',
106 'Modules/Output/FileOutputHTK.cc'] 108 'Modules/Output/FileOutputHTK.cc']
107 109
108 if not target_platform == 'win32': 110 if not target_platform == 'win32':
109 # On windows, utf support is builtin for SimpleIni 111 # On windows, utf support is builtin for SimpleIni