Data Fields

sphinx_wave2feat_s Struct Reference

Data Fields

int refcount
 Reference count.
cmd_ln_tconfig
 Configuration parameters.
fe_tfe
 Front end object.
char * infile
 Path to input file.
char * outfile
 Path to output file.
FILE * infh
 Input file handle.
FILE * outfh
 Output file handle.
short * audio
 Audio buffer.
mfcc_t ** feat
 Feature buffer.
int blocksize
 Size of audio buffer.
int featsize
 Size of feature buffer.
int veclen
 Length of each output vector.
int in_veclen
 Length of each input vector (for cep<->spec).
int byteswap
 Whether byteswapping is necessary.
output_type_t const * ot
 Output type object.

Detailed Description

Definition at line 71 of file sphinx_fe.c.


Field Documentation

Audio buffer.

Definition at line 79 of file sphinx_fe.c.

Size of audio buffer.

Definition at line 81 of file sphinx_fe.c.

Whether byteswapping is necessary.

Definition at line 85 of file sphinx_fe.c.

Configuration parameters.

Definition at line 73 of file sphinx_fe.c.

Front end object.

Definition at line 74 of file sphinx_fe.c.

Feature buffer.

Definition at line 80 of file sphinx_fe.c.

Size of feature buffer.

Definition at line 82 of file sphinx_fe.c.

Length of each input vector (for cep<->spec).

Definition at line 84 of file sphinx_fe.c.

Input file handle.

Definition at line 77 of file sphinx_fe.c.

Path to input file.

Definition at line 75 of file sphinx_fe.c.

Output type object.

Definition at line 86 of file sphinx_fe.c.

Output file handle.

Definition at line 78 of file sphinx_fe.c.

Path to output file.

Definition at line 76 of file sphinx_fe.c.

Reference count.

Definition at line 72 of file sphinx_fe.c.

Length of each output vector.

Definition at line 83 of file sphinx_fe.c.


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