diff src/Modules/Output/FileOutputHTK.h @ 136:4abed4cf1e87

- Fix bug where the fram period wasn't propagating to the output file.
author tom@acousticscale.org
date Tue, 26 Oct 2010 16:46:14 +0000
parents 3cdaa81c3aca
children af531fc3f280
line wrap: on
line diff
--- a/src/Modules/Output/FileOutputHTK.h	Tue Oct 26 04:48:56 2010 +0000
+++ b/src/Modules/Output/FileOutputHTK.h	Tue Oct 26 16:46:14 2010 +0000
@@ -93,7 +93,7 @@
 
   float ByteSwapFloat(float d);
 
-  void WriteHeader(int nelements, float sampPeriod);
+  void WriteHeader(int nelements);
 
   /*! \brief Whether initialization is done or not
    */