Sunday 14 April 2013

If you can not locate any option to make your computer speak your text, you can create a small program for yourself. No need for any software to do that, just use notepad. Only for Windows users. Copy the code below and then save it as anything.vbs:


Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message

Locate the file you saved and then click..Boom
Output should look like the one below


No comments:

Post a Comment