miniDSP
A small C library for audio DSP
Loading...
Searching...
No Matches
FIO_HTKheader Struct Reference

HTK file header structure (12 bytes total). More...

Data Fields

uint32_t nvecs
 
uint32_t sampperiod
 
uint16_t vecsize
 
uint16_t parmkind
 

Detailed Description

HTK file header structure (12 bytes total).

Fields: nvecs - Number of feature vectors in the file. sampperiod - Sampling period in units of 100 nanoseconds. vecsize - Size of each vector in bytes (not floats). parmkind - Parameter kind code (9 = USER-defined).

Definition at line 29 of file fileio.c.

Field Documentation

◆ nvecs

uint32_t FIO_HTKheader::nvecs

Definition at line 30 of file fileio.c.

◆ parmkind

uint16_t FIO_HTKheader::parmkind

Definition at line 33 of file fileio.c.

◆ sampperiod

uint32_t FIO_HTKheader::sampperiod

Definition at line 31 of file fileio.c.

◆ vecsize

uint16_t FIO_HTKheader::vecsize

Definition at line 32 of file fileio.c.


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