PocketSphinx
0.6
|
Phone loop structure. More...
#include <phone_loop_search.h>
Data Fields | |
hmm_t | hmm |
Basic HMM structure. | |
int16 | ciphone |
Context-independent phone ID. | |
int16 | frame |
Last frame this phone was active. |
Phone loop structure.
Definition at line 63 of file phone_loop_search.h.
int16 phone_loop_s::ciphone |
Context-independent phone ID.
Definition at line 65 of file phone_loop_search.h.
int16 phone_loop_s::frame |
Last frame this phone was active.
Definition at line 66 of file phone_loop_search.h.
Basic HMM structure.
Definition at line 64 of file phone_loop_search.h.