s3_endpointer.h File Reference

#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)

Function Documentation

S3DECODER_EXPORT void s3_endpointer_close ( s3_endpointer_t _ep  ) 

Referenced by main().

S3DECODER_EXPORT void s3_endpointer_feed_frames ( s3_endpointer_t _ep,
float32 **  _frames,
int  _n_frames,
int  _eof 
)

Referenced by main().

S3DECODER_EXPORT int s3_endpointer_frame_count ( s3_endpointer_t _ep  ) 

Referenced by main().

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 
)

Referenced by main().

S3DECODER_EXPORT int s3_endpointer_next_utt ( s3_endpointer_t _ep  ) 

Referenced by main().

S3DECODER_EXPORT int s3_endpointer_read_utt ( s3_endpointer_t _ep,
float32 **  _frames,
int  _n_frames 
)

Referenced by main().

S3DECODER_EXPORT void s3_endpointer_reset ( s3_endpointer_t _ep  ) 

Generated on 7 Mar 2010 by  doxygen 1.6.1