Sets up a new stream so that audio can be sent. You need to call this function after calling LV_SRE_StreamStop, LV_SRE_StreamCancel or after end-of-speech has been detected on a previous utterance.
int LV_SRE_StreamStart(HPORT hport);
LV_SUCCESS
No errors; stream set up correctly.
A negative result indicates a specific error:
-1: LV_FAILURE: Parameters incorrectly set.
-12: LV_INVALID_HPORT: Invalid handle.
HPort
The port's handle.
Complete Help Topic List | Speech Engine Product Information