Struct to hold the end-pointer parameters. More...
#include <endptr.h>
Public Attributes | |
int | status |
int | leader |
int | spbegin |
int | spend |
int | trailer |
int | utt_counter |
int | PAD_F_BEFORE |
int | PAD_F_AFTER |
int | UTT_F_START |
int | UTT_F_END |
int | UTT_F_CANCEL |
Struct to hold the end-pointer parameters.
int endpointer_t::leader |
pointer to the start of the utterance to be passed to decoder
int endpointer_t::PAD_F_AFTER |
to pad this much of frames after spend
int endpointer_t::PAD_F_BEFORE |
to pad this much of frames before spbegin
int endpointer_t::spbegin |
pointer to the start of speech
int endpointer_t::spend |
pointer to the end of speech
int endpointer_t::status |
current status of recording
int endpointer_t::trailer |
pointer to the end of the utterance passed to the decoder
int endpointer_t::utt_counter |
to count the number of utterances in a meeting
int endpointer_t::UTT_F_CANCEL |
to cancel an utterance after this much of non-speech frames
int endpointer_t::UTT_F_END |
to end an utterance after this much of non-speech frames
int endpointer_t::UTT_F_START |
to announce STAT_SPEECH after this much of speech frames