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 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 4:Now open the document which is in .vbs format
Step 5:Enter the text which you want to convert into speech.
0 comments:
Post a Comment