I think you will like this post definitely which allows your computer speak whatever you type. Now you can convert your computer in to a text to voice software. For this you don’t require any programming knowledge or any special software.When you have techniq than why to worry.You can achieve it by simple tricks and tips by techniq.Just follow the steps given below to make your computer speak whatever you type so enjoy the post.
Step 1 : Open a notepad and copy and paste the code given below.
Dim message, sapi
message=InputBox(“Type the text which you want me to speak”,”Text To Voice Software”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak message
Step 1 : Open a notepad and copy and paste the code given below.
Dim message, sapi
message=InputBox(“Type the text which you want me to speak”,”Text To Voice Software”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak message
Its not working bro....
ReplyDeleteevery time you type something it shows an error saying,
ActiveX component can't create object: 'sapi.voice'
And one more thing you might have disabled the right-click on your website due to this no one can copy the code posted by you, one has to enter it manually into the notepad...