#include <kb.h>
Public Attributes | |
| kbcore_t * | kbcore |
| fe_t * | fe |
| mfcc_t ** | mfcc |
| float32 *** | feat |
| ascr_t * | ascr |
| beam_t * | beam |
| fast_gmm_t * | fastgmm |
| pl_t * | pl |
| adapt_am_t * | adapt_am |
| stat_t * | stat |
| FILE * | matchfp |
| FILE * | matchsegfp |
| FILE * | hmmdumpfp |
| int32 | op_mode |
| char * | uttid |
| char * | uttfile |
| void * | srch |
|
|
Structure that wraps up parameters for adaptation such as MLLR. |
|
|
Senone and composite senone scores for one frame. |
|
|
Structure that wraps up parameters related to beam pruning. |
|
|
Structure that wraps up parameters for fast GMM computation. |
|
|
Front-end processing object |
|
|
Dynamic feature frames |
|
|
File handle for dumping hmms for debugging |
|
|
Core model structures |
|
|
File handle for the match file |
|
|
File handle for the match segmentation file |
|
|
Input feature frames (may be NULL) |
|
|
|
|
|
Structure that wraps up parameters for phoneme look-ahead. |
|
|
The search structure |
|
|
Structure of statistics including timers and counters. |
|
|
Utterance Filename. The other thing that should move somewhere else. |
|
|
Utterance ID. The one thing that should move to somewhere like srch |
1.3.9.1