PocketSphinx
5prealpha
|
Decoder object. More...
#include <pocketsphinx_internal.h>
Data Fields | |
cmd_ln_t * | config |
Configuration. | |
int | refcount |
Reference count. | |
acmod_t * | acmod |
Acoustic model. | |
dict_t * | dict |
Pronunciation dictionary. | |
dict2pid_t * | d2p |
Dictionary to senone mapping. | |
logmath_t * | lmath |
Log math computation. | |
hash_table_t * | searches |
Set 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. | |
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. | |
char const * | senlogdir |
Log directory for senone score files. | |
Decoder object.
Definition at line 201 of file pocketsphinx_internal.h.