A structure containing the HTK header. More...
#include <kaldi-matrix.h>

Public Attributes | |
| int32 | mNSamples |
| Number of samples. More... | |
| int32 | mSamplePeriod |
| Sample period. More... | |
| int16 | mSampleSize |
| Sample size. More... | |
| uint16 | mSampleKind |
| Sample kind. More... | |
A structure containing the HTK header.
[TODO: change the style of the variables to Kaldi-compliant]
Definition at line 955 of file kaldi-matrix.h.
| int32 mNSamples |
Number of samples.
Definition at line 957 of file kaldi-matrix.h.
Referenced by main(), kaldi::UnitTestHtkIo(), and kaldi::WriteHtk().
| uint16 mSampleKind |
Sample kind.
Definition at line 963 of file kaldi-matrix.h.
Referenced by main(), kaldi::UnitTestHtkIo(), and kaldi::WriteHtk().
| int32 mSamplePeriod |
Sample period.
Definition at line 959 of file kaldi-matrix.h.
Referenced by main(), kaldi::UnitTestHtkIo(), and kaldi::WriteHtk().
| int16 mSampleSize |
Sample size.
Definition at line 961 of file kaldi-matrix.h.
Referenced by main(), kaldi::UnitTestHtkIo(), and kaldi::WriteHtk().