Sunday 24 August 2014

**** Convert Any text To Audio without any Software****





1:- Notepad type:-

Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message

2:- save file ".vbs" and open file and ok click