#include <pocketsphinx_internal.h>
Data Fields | |
| cmd_ln_t * | config |
| Configuration. | |
| int | refcount |
| Reference count. | |
| acmod_t * | acmod |
| Acoustic model. | |
| s3dict_t * | dict |
| Pronunciation dictionary. | |
| dict2pid_t * | d2p |
| Dictionary to senone mapping. | |
| logmath_t * | lmath |
| Log math computation. | |
| glist_t | searches |
| List of search modules. | |
| ps_search_t * | search |
| Currently active search module. | |
| ps_search_t * | phone_loop |
| Phone loop search for lookahead. | |
| int | pl_window |
| Window size for phoneme lookahead. | |
| uint32 | uttno |
| Utterance counter. | |
| char * | uttid |
| Utterance ID for current utterance. | |
| ptmr_t | perf |
| Performance counter for all of decoding. | |
| uint32 | n_frame |
| Total number of frames processed. | |
| char const * | mfclogdir |
| Log directory for MFCC files. | |
| char const * | rawlogdir |
| Log directory for audio files. | |
Definition at line 174 of file pocketsphinx_internal.h.
1.4.7