0% found this document useful (0 votes)
19 views1 page

Untitled Dim Speaks, Speech Speaks " Sakklan Hi Kashif G Welcome To My Kashif PC " Set Speech Createobject ("Sapi - Spvoice") Speech - Speak Speaks

This short document uses Microsoft Speech API (SAPI) to create a text-to-speech object that speaks a greeting aloud on a computer. It defines a variable called "speaks" with a greeting message, then uses the SAPI "SpVoice" object to speak the text stored in the "speaks" variable.

Uploaded by

Kashifcs 560
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PS, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views1 page

Untitled Dim Speaks, Speech Speaks " Sakklan Hi Kashif G Welcome To My Kashif PC " Set Speech Createobject ("Sapi - Spvoice") Speech - Speak Speaks

This short document uses Microsoft Speech API (SAPI) to create a text-to-speech object that speaks a greeting aloud on a computer. It defines a variable called "speaks" with a greeting message, then uses the SAPI "SpVoice" object to speak the text stored in the "speaks" variable.

Uploaded by

Kashifcs 560
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PS, PDF, TXT or read online on Scribd
You are on page 1/ 1

Untitled

Dim speaks, speech


speaks = " sakklan hi kashif g welcome to my kashif pc "
set speech = createobject("sapi.spvoice")
speech.speak speaks

Page 1

You might also like