Mercurial > hg > aimc
diff trunk/src/Modules/NAP/ModuleHCL.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 | e344ef4898b2 |
children | 30dde71d0230 |
line wrap: on
line diff
--- a/trunk/src/Modules/NAP/ModuleHCL.cc Mon Feb 22 18:28:02 2010 +0000 +++ b/trunk/src/Modules/NAP/ModuleHCL.cc Tue Feb 23 12:47:01 2010 +0000 @@ -22,7 +22,7 @@ * * \author Thomas Walters <tom@acousticscale.org> * \date created 2007/03/07 - * \version \$Id: ModuleHCL.cc 4 2010-02-03 18:44:58Z tcw $ + * \version \$Id$ */ #include <cmath> @@ -35,7 +35,7 @@ module_type_ = "nap"; module_description_ = "Halfwave rectification, compression " "and lowpass filtering"; - module_version_ = "$Id: ModuleHCL.cc 4 2010-02-03 18:44:58Z tcw $"; + module_version_ = "$Id$"; do_lowpass_ = parameters_->DefaultBool("nap.do_lowpass", true); do_log_ = parameters_->DefaultBool("nap.do_log_compression", false);