LV_SRE_StreamGetLength

Returns the length of sound data in the stream buffer.

int LV_SRE_StreamGetStatus(HPORT hport);

Return Values

Number of bytes in internal buffer for sound stream. The value is the number of seconds in the audio (from 0 to 30) times the sampling frequency (which is dependent on the format parameter specified).

Parameters

HPort

The port's handle.

Remarks

The total number of bytes streamed, not counting bytes before barge-in detection. Can be useful if application wants to stop post barge-in stream after a certain amount of time (as example, to limit a user speech to 10 seconds).

See Also


Complete Help Topic List | Speech Engine Product Information