|
PocketSphinx
0.6
|
Data Fields | |
| ps_mgau_t | base |
| base structure. More... | |
| cmd_ln_t * | config |
| gauden_t * | g |
| mfcc_t *** | means |
| mfcc_t *** | vars |
| mfcc_t ** | dets |
| uint8 *** | mixw |
| mmio_file_t * | sendump_mmap |
| uint8 * | mixw_cb |
| int32 * | veclen |
| int16 | n_feat |
| int16 | n_density |
| int32 | n_sen |
| uint8 * | topn_beam |
| int16 | max_topn |
| int16 | ds_ratio |
| vqFeature_t *** | topn_hist |
| Top-N scores and codewords for past frames. More... | |
| uint8 ** | topn_hist_n |
| Variable top-N for past frames. More... | |
| vqFeature_t ** | f |
| Topn-N for currently scoring frame. More... | |
| int | n_topn_hist |
| Number of past frames tracked. More... | |
| logmath_t * | lmath_8b |
| logmath_t * | lmath |
Definition at line 59 of file s2_semi_mgau.h.
| ps_mgau_t s2_semi_mgau_s::base |
base structure.
Definition at line 60 of file s2_semi_mgau.h.
| vqFeature_t** s2_semi_mgau_s::f |
Topn-N for currently scoring frame.
Definition at line 82 of file s2_semi_mgau.h.
| int s2_semi_mgau_s::n_topn_hist |
Number of past frames tracked.
Definition at line 83 of file s2_semi_mgau.h.
| vqFeature_t*** s2_semi_mgau_s::topn_hist |
Top-N scores and codewords for past frames.
Definition at line 80 of file s2_semi_mgau.h.
| uint8** s2_semi_mgau_s::topn_hist_n |
Variable top-N for past frames.
Definition at line 81 of file s2_semi_mgau.h.