|
SphinxBase 0.6
|
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. | |
| output_type_t const * | ot |
| Output type object. | |
Definition at line 76 of file sphinx_fe.c.
| short* sphinx_wave2feat_s::audio |
Audio buffer.
Definition at line 84 of file sphinx_fe.c.
Size of audio buffer.
Definition at line 86 of file sphinx_fe.c.
Whether byteswapping is necessary.
Definition at line 90 of file sphinx_fe.c.
Configuration parameters.
Definition at line 78 of file sphinx_fe.c.
Front end object.
Definition at line 79 of file sphinx_fe.c.
| mfcc_t** sphinx_wave2feat_s::feat |
Feature buffer.
Definition at line 85 of file sphinx_fe.c.
Size of feature buffer.
Definition at line 87 of file sphinx_fe.c.
Length of each input vector (for cep<->spec).
Definition at line 89 of file sphinx_fe.c.
| FILE* sphinx_wave2feat_s::infh |
Input file handle.
Definition at line 82 of file sphinx_fe.c.
Path to input file.
Definition at line 80 of file sphinx_fe.c.
Output type object.
Definition at line 94 of file sphinx_fe.c.
Output file handle.
Definition at line 83 of file sphinx_fe.c.
Path to output file.
Definition at line 81 of file sphinx_fe.c.
Reference count.
Definition at line 77 of file sphinx_fe.c.
Length of each output vector.
Definition at line 88 of file sphinx_fe.c.