SphinxBase 5prealpha
|
Data Fields | |
mfcc_t ** | cep_buf |
int16 * | pcm_buf |
int16 | cep_write_ptr |
int16 | cep_read_ptr |
int16 | ncep |
int16 | pcm_write_ptr |
int16 | pcm_read_ptr |
int16 | npcm |
int16 | num_frames_cep |
int16 | num_frames_pcm |
int16 | num_cepstra |
int16 | num_samples |
Definition at line 51 of file fe_prespch_buf.c.
mfcc_t** prespch_buf_s::cep_buf |
Definition at line 53 of file fe_prespch_buf.c.
int16 prespch_buf_s::cep_read_ptr |
Definition at line 60 of file fe_prespch_buf.c.
int16 prespch_buf_s::cep_write_ptr |
Definition at line 58 of file fe_prespch_buf.c.
int16 prespch_buf_s::ncep |
Definition at line 62 of file fe_prespch_buf.c.
int16 prespch_buf_s::npcm |
Definition at line 70 of file fe_prespch_buf.c.
int16 prespch_buf_s::num_cepstra |
Definition at line 77 of file fe_prespch_buf.c.
int16 prespch_buf_s::num_frames_cep |
Definition at line 73 of file fe_prespch_buf.c.
int16 prespch_buf_s::num_frames_pcm |
Definition at line 75 of file fe_prespch_buf.c.
int16 prespch_buf_s::num_samples |
Definition at line 79 of file fe_prespch_buf.c.
int16* prespch_buf_s::pcm_buf |
Definition at line 55 of file fe_prespch_buf.c.
int16 prespch_buf_s::pcm_read_ptr |
Definition at line 68 of file fe_prespch_buf.c.
int16 prespch_buf_s::pcm_write_ptr |
Definition at line 66 of file fe_prespch_buf.c.