Mercurial > hg > aimc
comparison 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 |
comparison
equal
deleted
inserted
replaced
135:0c492eada814 | 136:4abed4cf1e87 |
---|---|
91 virtual bool InitializeInternal(const SignalBank &input); | 91 virtual bool InitializeInternal(const SignalBank &input); |
92 virtual void ResetInternal(); | 92 virtual void ResetInternal(); |
93 | 93 |
94 float ByteSwapFloat(float d); | 94 float ByteSwapFloat(float d); |
95 | 95 |
96 void WriteHeader(int nelements, float sampPeriod); | 96 void WriteHeader(int nelements); |
97 | 97 |
98 /*! \brief Whether initialization is done or not | 98 /*! \brief Whether initialization is done or not |
99 */ | 99 */ |
100 bool header_written_; | 100 bool header_written_; |
101 | 101 |