LVSpeechPort::StreamStart

Sets up a new stream so that audio can be sent. You need to call this function after calling StreamStop, StreamCancel or after end-of-speech has been detected on a previous utterance.

int StreamStart(void);

Return Values

LV_SUCCESS

No errors; stream set up correctly.

A negative result indicates a specific error:

-1: LV_FAILURE: Parameters incorrectly set.

See Also


Complete Help Topic List | Speech Engine Product Information