Convert Text to Speech Using note pad

Here are the step's by which you can convert the text  to speech  using notepad.

                 

Step 1:Open the notepad in your pc.

Step 2:Copy the following code to the notepad you have opened before 

 Dim message, sapi
 message=InputBox("Enter your text"+vbcrlf+"www.birdseyeinformite.com","Text to speech")
 Set sapi = CreateObject("sapi.spvoice")
 sapi.Speak message
     
Step 3:save the document with .vbs extension instead .txt 

Step 4:Now open the document which is in .vbs format

Step 5:Enter the text which you want to convert into speech. 
               
                         



Share on Google Plus

About Jaya Ram Myneni

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment