#include "s3types.h"
#include "cont_mgau.h"
Go to the source code of this file.
|
int | cl_init (classifier_t *_cl, char *_mdef_file, char *_means_file, char *_vars_file, float64 _var_floor, char *_mix_weights_file, float64 _mix_weight_floor, char *_gm_type, int _post_classify) |
|
void | cl_finish (classifier_t *_cl) |
|
void | cl_calc_frame_prob (classifier_t *_cl, float32 *_frame) |
|
int | cl_classify_frames (classifier_t *_cl, float32 **_frames, int _num_frames, int **_classes) |
|
void | ep_init (endptr_t *_ep, int _pad_leader, int _pad_trailer, int _pad_cancel) |
|
void | ep_finish (endptr_t *_ep) |
|
int | ep_endpoint (endptr_t *_ep, int *_classes, int _num_frames, int **_endpts) |
|
◆ CEP_LEN
◆ CLASS_LATENCY
◆ CLASS_NOISE_PRIOR
#define CLASS_NOISE_PRIOR 0.1f |
◆ CLASS_OWNER_PRIOR
#define CLASS_OWNER_PRIOR 0.4f |
◆ CLASS_SECONDARY_PRIOR
#define CLASS_SECONDARY_PRIOR 0.1f |
◆ CLASS_SILENCE_PRIOR
#define CLASS_SILENCE_PRIOR 0.4f |
◆ VOTING_LEN
◆ anonymous enum
Enumerator |
---|
CLASS_NOISE | |
CLASS_OWNER | |
CLASS_SECONDARY | |
CLASS_SILENCE | |
NUM_CLASSES | |
◆ anonymous enum
Enumerator |
---|
EP_MAYBE | |
EP_SILENCE | |
EP_SPEECH | |
◆ cl_calc_frame_prob()
void cl_calc_frame_prob |
( |
classifier_t * |
_cl, |
|
|
float32 * |
_frame |
|
) |
| |
◆ cl_classify_frames()
int cl_classify_frames |
( |
classifier_t * |
_cl, |
|
|
float32 ** |
_frames, |
|
|
int |
_num_frames, |
|
|
int ** |
_classes |
|
) |
| |
◆ cl_finish()
◆ cl_init()
int cl_init |
( |
classifier_t * |
_cl, |
|
|
char * |
_mdef_file, |
|
|
char * |
_means_file, |
|
|
char * |
_vars_file, |
|
|
float64 |
_var_floor, |
|
|
char * |
_mix_weights_file, |
|
|
float64 |
_mix_weight_floor, |
|
|
char * |
_gm_type, |
|
|
int |
_post_classify |
|
) |
| |
◆ ep_endpoint()
int ep_endpoint |
( |
endptr_t * |
_ep, |
|
|
int * |
_classes, |
|
|
int |
_num_frames, |
|
|
int ** |
_endpts |
|
) |
| |
◆ ep_finish()
◆ ep_init()
void ep_init |
( |
endptr_t * |
_ep, |
|
|
int |
_pad_leader, |
|
|
int |
_pad_trailer, |
|
|
int |
_pad_cancel |
|
) |
| |