39 #ifndef __KWS_DETECTIONS_H__
40 #define __KWS_DETECTIONS_H__
43 #include <sphinxbase/glist.h>
50 const char* keyphrase;
69 void kws_detections_add(
kws_detections_t *detections,
const char* keyphrase,
int sf,
int ef,
int prob,
int ascr);
74 char* kws_detections_hyp_str(
kws_detections_t *detections,
int frame,
int delay);
Internal implementation of PocketSphinx decoder.
Implementation of HMM base structure.
int32 frame_idx_t
Type for frame index values.