#include <stdio.h>
#include <ckd_alloc.h>
#include "acmod.h"
Go to the source code of this file.
Functions | |
| ps_mllr_t * | ps_mllr_read (char const *regmatfile) |
| Read a speaker-adaptive linear transform from a file. | |
| ps_mllr_t * | ps_mllr_retain (ps_mllr_t *mllr) |
| Retain a pointer to a linear transform. | |
| int | ps_mllr_free (ps_mllr_t *mllr) |
| Release a pointer to a linear transform. | |
Definition in file ps_mllr.c.
1.4.7