Saturday, 20 April 2013

Conversion of Text to Voice:

Conversion of Text to Voice:
This is simple notepad trick that convert any text to audio with just a click!!

1) Open Notepad , and copy/paste following code

Dim msg, sapi
msg=InputBox("Hello","Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

2) Save as converter.vbs (You can use any name)

3)Now open the saved file and key in the text you want to convert and click OK.
As simple as that..!