5 #ifndef __SPHINX3_ENDPOINTER_H
6 #define __SPHINX3_ENDPOINTER_H
47 const char *_means_file,
48 const char *_vars_file,
50 const char *_mix_weights_file,
51 float64 _mix_weight_floor,
S3DECODER_EXPORT void s3_endpointer_close(s3_endpointer_t *_ep)
int begin_count
Definition: s3_endpointer.h:32
int * voters
Definition: s3_endpointer.h:27
int begin_window
Definition: s3_endpointer.h:35
int end_count
Definition: s3_endpointer.h:37
S3DECODER_EXPORT int s3_endpointer_read_utt(s3_endpointer_t *_ep, float32 **_frames, int _n_frames)
Interface of full GMM computation with integer value of log likelihood.
int eof
Definition: s3_endpointer.h:23
int end_threshold
Definition: s3_endpointer.h:41
S3DECODER_EXPORT int s3_endpointer_next_utt(s3_endpointer_t *_ep)
mgau_model_t * gmm
Definition: s3_endpointer.h:25
int count
Definition: s3_endpointer.h:22
S3DECODER_EXPORT int s3_endpointer_frame_count(s3_endpointer_t *_ep)
int * priors
Definition: s3_endpointer.h:26
int n_frames
Definition: s3_endpointer.h:20
#define S3DECODER_EXPORT
Definition: sphinx3_export.h:15
int begin_countdown
Definition: s3_endpointer.h:33
The set of mixture-Gaussians in an acoustic model used in Sphinx 3.X family of tool.
Definition: cont_mgau.h:207
int begin_threshold
Definition: s3_endpointer.h:36
int end_pad
Definition: s3_endpointer.h:39
int end_countdown
Definition: s3_endpointer.h:38
int begin_pad
Definition: s3_endpointer.h:34
S3DECODER_EXPORT void s3_endpointer_reset(s3_endpointer_t *_ep)
Definition: s3_endpointer.h:17
int offset
Definition: s3_endpointer.h:21
float32 ** frames
Definition: s3_endpointer.h:18
int * classes
Definition: s3_endpointer.h:19
S3DECODER_EXPORT void s3_endpointer_init(s3_endpointer_t *_ep, const char *_means_file, const char *_vars_file, float64 _var_floor, const char *_mix_weights_file, float64 _mix_weight_floor, const char *_gm_type, int _post_classify, int _begin_window, int _begin_threshold, int _begin_pad, int _end_window, int _end_threshold, int _end_pad, logmath_t *logmath)
int state
Definition: s3_endpointer.h:30
int end_window
Definition: s3_endpointer.h:40
int post_classify
Definition: s3_endpointer.h:28
S3DECODER_EXPORT void s3_endpointer_feed_frames(s3_endpointer_t *_ep, float32 **_frames, int _n_frames, int _eof)
int frames_required
Definition: s3_endpointer.h:42