HtkHeader Struct Reference

A structure containing the HTK header. More...

#include <kaldi-matrix.h>

Collaboration diagram for HtkHeader:

Public Attributes

int32 mNSamples
 Number of samples. More...
 
int32 mSamplePeriod
 Sample period. More...
 
int16 mSampleSize
 Sample size. More...
 
uint16 mSampleKind
 Sample kind. More...
 

Detailed Description

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.

Member Data Documentation

◆ mNSamples

int32 mNSamples

Number of samples.

Definition at line 957 of file kaldi-matrix.h.

Referenced by main(), kaldi::UnitTestHtkIo(), and kaldi::WriteHtk().

◆ mSampleKind

uint16 mSampleKind

Sample kind.

Definition at line 963 of file kaldi-matrix.h.

Referenced by main(), kaldi::UnitTestHtkIo(), and kaldi::WriteHtk().

◆ mSamplePeriod

int32 mSamplePeriod

Sample period.

Definition at line 959 of file kaldi-matrix.h.

Referenced by main(), kaldi::UnitTestHtkIo(), and kaldi::WriteHtk().

◆ mSampleSize

int16 mSampleSize

Sample size.

Definition at line 961 of file kaldi-matrix.h.

Referenced by main(), kaldi::UnitTestHtkIo(), and kaldi::WriteHtk().


The documentation for this struct was generated from the following file: