Friday, June 6, 2014

How to convert TXT into Audio Without any software?

How to convert TXT into Audio Without any software?

1) Goto start menu and open notepad.
2) Copy the below code and paste it in on notepad .

Dim msg, sapi
msg=InputBox("Enter your text to convert Audio: ","Text to Audio Converter: Jaydeep Malik")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
 
 


3) Now save it on desktop as the name (345.vbs). 
4) Now open it and write something which you want to convert and hit enter.
Enjoy It.

No comments:

Post a Comment