The following values are returned by LV_SRE_StreamGetStatus or LVSpeechPort::StreamGetStatus():
The stream has not been set up; StreamStart has not been called for this port.
The port is ready to accept streaming data.
The Engine has determined that speech has started (i.e. barge-in has occurred) and stream data is now being stored. Audio prompts no longer need to be played.
Only returned if STREAM_PARM_DETECT_END_OF_SPEECH stream type set. The Engine has determined that speech has stopped. New stream data will not be accepted until one of the StreamStart functions is called.
Stream has stopped. Call StreamStart to reset stream.
The barge-in was not triggered before the timeout. No audio will be sent for decode.
End-of-speech was not detected before timeout. Call StreamStop to force a decode if you are using AutoDecode.
Complete Help Topic List | Speech Engine Product Information