96#ifndef _LIBFBS_MS_CONT_MGAU_H_
97#define _LIBFBS_MS_CONT_MGAU_H_
100#include <sphinxbase/cmd_ln.h>
101#include <sphinxbase/logmath.h>
102#include <sphinxbase/feat.h>
126#define ms_mgau_gauden(msg) (msg->g)
127#define ms_mgau_senone(msg) (msg->s)
128#define ms_mgau_topn(msg) (msg->topn)
132int32 ms_cont_mgau_frame_eval(
ps_mgau_t * msg,
134 uint8 *senone_active,
135 int32 n_senone_active,
139int32 ms_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...
struct bin_mdef_s bin_mdef_t
Model definition structure (in-memory).
(Sphinx 3.0 specific) Gaussian density module.
(Sphinx 3.0 specific) multiple streams senones.
struct ps_mllr_s ps_mllr_t
Feature space linear transform object.
Structure to store distance (density) values for a given input observation wrt density values in some...
Multivariate gaussian mixture density parameters.
int topn
Top-n gaussian will be computed.
gauden_t * g
The codebook.
8-bit senone PDF structure.