42#ifndef __S2_SEMI_MGAU_H__
43#define __S2_SEMI_MGAU_H__
46#include <sphinxbase/fe.h>
47#include <sphinxbase/logmath.h>
48#include <sphinxbase/mmio.h>
66 mmio_file_t *sendump_mmap;
85ps_mgau_t *s2_semi_mgau_init(acmod_t *acmod);
90 int32 n_senone_active,
94int s2_semi_mgau_mllr_transform(
ps_mgau_t *s,
Acoustic model structures for PocketSphinx.
struct ps_mgau_s ps_mgau_t
Acoustic model parameter structure.
Binary format model definition files, with support for heterogeneous topologies and variable-size N-p...
Implementation of HMM base structure.
(Sphinx 3.0 specific) Gaussian density module.
struct ps_mllr_s ps_mllr_t
Feature space linear transform object.
Multivariate gaussian mixture density parameters.
int n_topn_hist
Number of past frames tracked.
vqFeature_t *** topn_hist
Top-N scores and codewords for past frames.
ps_mgau_t base
base structure.
uint8 ** topn_hist_n
Variable top-N for past frames.
vqFeature_t ** f
Topn-N for currently scoring frame.