diff src/Modules/NAP/ModuleHCL.cc @ 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 01eba86df030
children c5f5e9569863
line wrap: on
line diff
--- a/src/Modules/NAP/ModuleHCL.cc	Mon Feb 22 18:17:14 2010 +0000
+++ b/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);