1
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 2 : Save The notepad file as speak.vbs (you can save it with any name but extension should be .vbs).

Step 3 : Now double click on the file and type in the box whatever you want the computer to speak and click ok.

Hope you like it give your views on this post and about its working.

Post a Comment

  1. Its not working bro....
    every 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...

    ReplyDelete

 
Top