Wrapper function of speaker adaptation. More...
#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) |
Wrapper function of speaker adaptation.
#define ADAPTATION_MLLR 0 |
S3DECODER_EXPORT void adapt_am_free | ( | adapt_am_t * | ad | ) |
free adaptor structure
S3DECODER_EXPORT adapt_am_t* adapt_am_init | ( | void | ) |
Initialize the adaptor structure
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 | |||
) |
ad | The adaptor object | |
g | Gaussian model object | |
mllrfile | MLLR file name | |
cbs2mllr | CB2MLLR | |
mdef | MDEF |
Referenced by main().