Mercurial > hg > aimc
diff trunk/src/Modules/Output/FileOutputHTK.h @ 421:3b22559cd848
- 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 | 69466da9745e |
children |
line wrap: on
line diff
--- a/trunk/src/Modules/Output/FileOutputHTK.h Tue Oct 26 04:48:56 2010 +0000 +++ b/trunk/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 */