SphinxBase
5prealpha
|
Data Fields | |
int | refcount |
Reference count. More... | |
cmd_ln_t * | config |
Configuration parameters. More... | |
fe_t * | fe |
Front end object. More... | |
char * | infile |
Path to input file. More... | |
char * | outfile |
Path to output file. More... | |
FILE * | infh |
Input file handle. More... | |
FILE * | outfh |
Output file handle. More... | |
short * | audio |
Audio buffer. More... | |
mfcc_t ** | feat |
Feature buffer. More... | |
int | blocksize |
Size of audio buffer. More... | |
int | featsize |
Size of feature buffer. More... | |
int | veclen |
Length of each output vector. More... | |
int | in_veclen |
Length of each input vector (for cep<->spec). More... | |
int | byteswap |
Whether byteswapping is necessary. More... | |
output_type_t const * | ot |
Output type object. More... | |
Definition at line 72 of file sphinx_fe.c.
short* sphinx_wave2feat_s::audio |
Audio buffer.
Definition at line 80 of file sphinx_fe.c.
int sphinx_wave2feat_s::blocksize |
Size of audio buffer.
Definition at line 82 of file sphinx_fe.c.
int sphinx_wave2feat_s::byteswap |
Whether byteswapping is necessary.
Definition at line 86 of file sphinx_fe.c.
cmd_ln_t* sphinx_wave2feat_s::config |
Configuration parameters.
Definition at line 74 of file sphinx_fe.c.
fe_t* sphinx_wave2feat_s::fe |
Front end object.
Definition at line 75 of file sphinx_fe.c.
mfcc_t** sphinx_wave2feat_s::feat |
Feature buffer.
Definition at line 81 of file sphinx_fe.c.
int sphinx_wave2feat_s::featsize |
Size of feature buffer.
Definition at line 83 of file sphinx_fe.c.
int sphinx_wave2feat_s::in_veclen |
Length of each input vector (for cep<->spec).
Definition at line 85 of file sphinx_fe.c.
FILE* sphinx_wave2feat_s::infh |
Input file handle.
Definition at line 78 of file sphinx_fe.c.
char* sphinx_wave2feat_s::infile |
Path to input file.
Definition at line 76 of file sphinx_fe.c.
output_type_t const* sphinx_wave2feat_s::ot |
Output type object.
Definition at line 87 of file sphinx_fe.c.
FILE* sphinx_wave2feat_s::outfh |
Output file handle.
Definition at line 79 of file sphinx_fe.c.
char* sphinx_wave2feat_s::outfile |
Path to output file.
Definition at line 77 of file sphinx_fe.c.
int sphinx_wave2feat_s::refcount |
Reference count.
Definition at line 73 of file sphinx_fe.c.
int sphinx_wave2feat_s::veclen |
Length of each output vector.
Definition at line 84 of file sphinx_fe.c.