In my app, I am using a SAPI voice, to read out a certain amount of text. the 
very basics of the code, is:

Dim SVoice: Set SVoice = CreateObject( "SAPI.SpVoice")
SVoice.Speak "blah-blah-blah!"

Allright, all of this works fine. Yet, since the text is somehow lengthy, and I 
want other processes not to wait for all that text to be spoken, I have this 
one question for you experienced developers. 

Is there any instruction I can use, to send the text to the Sapi voice, and 
immediately have the next line of code carried out? That is, some kind of an 
instruction for the Sapi Object, to know that it is not supposed to wait for 
the voice to finish speaking, before the code can move on.

Thanks for any response, and hope the above somehow made sense.

Reply via email to