Mercurial > hg > aimc
comparison src/Support/Parameters.h @ 23:491b1b1d1dc5
-Added AIMCopy, a replacement for HTK's HCopy
-Set "Id" keyword on all .cc, .h and .py files
-Added FileList class to aupport AIMCopy
-Added a first go at a Module factory class. It's not to be used at the moment, but it will serve as a reminder to implement a proper factory soon.
author | tomwalters |
---|---|
date | Tue, 23 Feb 2010 12:47:01 +0000 |
parents | bd370910aa05 |
children | c5f5e9569863 |
comparison
equal
deleted
inserted
replaced
22:645cfd371cff | 23:491b1b1d1dc5 |
---|---|
21 * \brief Main parameters store | 21 * \brief Main parameters store |
22 * | 22 * |
23 * \author Willem van Engen <cnbh@willem.engen.nl> | 23 * \author Willem van Engen <cnbh@willem.engen.nl> |
24 * \author Thomas Walters <tom@acousticscale.org> | 24 * \author Thomas Walters <tom@acousticscale.org> |
25 * \date created 2006/09/21 | 25 * \date created 2006/09/21 |
26 * \version \$Id: Parameters.h 4 2010-02-03 18:44:58Z tcw $ | 26 * \version \$Id$ |
27 */ | 27 */ |
28 | 28 |
29 #ifndef AIMC_SUPPORT_PARAMETERS_H_ | 29 #ifndef AIMC_SUPPORT_PARAMETERS_H_ |
30 #define AIMC_SUPPORT_PARAMETERS_H_ | 30 #define AIMC_SUPPORT_PARAMETERS_H_ |
31 | 31 |