Wednesday, February 25, 2015

// // Leave a Comment

0 Convert Text Into Audio Using NOTEPAD




1.Open Notepad on your Windows PC.

2.Copy and paste the below mentioned code :


Dim msg, sapi
msg=InputBox("WELCOME TO TEXT TO SPEECH SYSTEM")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg



3.Save this file with any name with .vbs as extension. For example jibran.vbs



4.Now open the vbs file and enter your text then click OK. :P








0 comments:

Comment here