Jump to content

How To Convert Text To Speech Without Any Software?


Recommended Posts

There is an awesome trick by which you can easily convert text to speech without any software. Doesn’t it seem interesting?

 

With this small and easy trick, you can convert text to speech without any third party software.

 

Steps To Convert Text To Speech Without Any Software

 

Step 1. Open notepad . Copy the given below text and paste it in notepad.

 

Dim msg, sapi

msg=InputBox("Enter your text for conversion– ","WiseCleaner")

Set sapi=CreateObject("sapi.spvoice")

sapi.Speak msg

 

Step 2. After pasting the code, save the notepad file with say, TextAudioConverter.vbs. Make sure that the file is saved with .vbs extension.
It is basically a Vbscript file. Now close the notepad file.

 

Step 3. Now double-click on file to open it. It will open as below:

QQ截图20140221160929.png

 

Step 4. Simply type the text that you want to hear and click OK.

 

With this simple trick, you can actually hear what you type.

 

Hope you liked the trick.

Link to comment
Share on other sites

×
×
  • Create New...