SphinxBase
5prealpha
|
Data Fields | |
int | refcount |
Reference count. | |
cmd_ln_t * | config |
Configuration parameters. | |
fe_t * | fe |
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. | |
const output_type_t * | ot |
Output type object. | |
Definition at line 72 of file sphinx_fe.c.