#include <logmath.h>#include "cont_mgau.h"Go to the source code of this file.
Classes | |
| struct | s3_endpointer_t |
Functions | |
| 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) |
| S3DECODER_EXPORT void | s3_endpointer_close (s3_endpointer_t *_ep) |
| S3DECODER_EXPORT void | s3_endpointer_reset (s3_endpointer_t *_ep) |
| S3DECODER_EXPORT void | s3_endpointer_feed_frames (s3_endpointer_t *_ep, float32 **_frames, int _n_frames, int _eof) |
| S3DECODER_EXPORT int | s3_endpointer_read_utt (s3_endpointer_t *_ep, float32 **_frames, int _n_frames) |
| S3DECODER_EXPORT int | s3_endpointer_next_utt (s3_endpointer_t *_ep) |
| S3DECODER_EXPORT int | s3_endpointer_frame_count (s3_endpointer_t *_ep) |
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
1.3.9.1