Mercurial > hg > aimc
diff trunk/src/Modules/BMM/ModulePZFC.cc @ 296:fe5ce00a64f5
-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 | ce2bab04f155 |
children | 994b84cb5974 |
line wrap: on
line diff
--- a/trunk/src/Modules/BMM/ModulePZFC.cc Mon Feb 22 18:28:02 2010 +0000 +++ b/trunk/src/Modules/BMM/ModulePZFC.cc Tue Feb 23 12:47:01 2010 +0000 @@ -23,7 +23,7 @@ /*! \author Thomas Walters <tom@acousticscale.org> * \date created 2008/02/05 - * \version \$Id: ModulePZFC.cc 4 2010-02-03 18:44:58Z tcw $ + * \version \$Id$ */ #include "Support/ERBTools.h" @@ -35,7 +35,7 @@ module_identifier_ = "pzfc"; module_type_ = "bmm"; module_description_ = "Pole-Zero Filter Cascade"; - module_version_ = "$Id: ModulePZFC.cc 4 2010-02-03 18:44:58Z tcw $"; + module_version_ = "$Id$"; // Get parameter values, setting default values where necessary // Each parameter is set here only if it has not already been set elsewhere.