#include <s3types.h>
#include <cont_mgau.h>
#include <mdef.h>
#include <cmd_ln.h>
Go to the source code of this file.
Classes | |
| struct | adapt_am_t |
| A wrapper for all adaptation operations in Sphinx 3.X including MLLR and MAP. More... | |
Defines | |
| #define | ADAPTATION_MLLR 0 |
Functions | |
| S3DECODER_EXPORT adapt_am_t * | adapt_am_init (void) |
| S3DECODER_EXPORT void | adapt_am_free (adapt_am_t *ad) |
| S3DECODER_EXPORT void | adapt_set_mllr (adapt_am_t *ad, mgau_model_t *g, const char *mllrfile, const char *cbs2mllr, mdef_t *mdef, cmd_ln_t *config) |
|
|
|
|
|
free adaptor structure |
|
|
Initialize the adaptor structure |
|
||||||||||||||||||||||||||||
|
|
1.3.9.1