Mercurial > hg > aimc
diff trunk/swig/setup.py @ 292:10d0803e37ec
-Added a module to scale output values by the channel centre frequency
-Fixed file input to support loading and processing of multiple files
-Updated the aimc main file to generate profiles like in the recognition experiments
author | tomwalters |
---|---|
date | Mon, 22 Feb 2010 17:51:27 +0000 |
parents | 34993448961f |
children | ed91095d9240 |
line wrap: on
line diff
--- a/trunk/swig/setup.py Mon Feb 22 12:45:05 2010 +0000 +++ b/trunk/swig/setup.py Mon Feb 22 17:51:27 2010 +0000 @@ -37,6 +37,7 @@ '../src/Modules/SAI/ModuleSAI.cc', '../src/Modules/SSI/ModuleSSI.cc', '../src/Modules/Profile/ModuleSlice.cc', + '../src/Modules/Profile/ModuleScaler.cc', '../src/Modules/Output/FileOutputHTK.cc'], swig_opts = ['-c++','-I../src/'], include_dirs=['../src/']