Create a Text to Audio Converter using Notepad

(Submitted by Geetanjali)

A very nice and interesting trick for all of you. Now you don't need to install any software to convert text to audio. Just with the help of a notepad you can convert a text to audio and also can listen it.

Just go through the following steps to make it

(1) Open a note pad.
(2) Paste the following code in the note pad.

Dim message, sapi
message = InputBox("A cute Text to Audio converter"+vbcrlf+"From - www.funbutlearn.com","Text to Audio converter")
Set sapi = CreateObject("sapi.spvoice")
sapi.Speak message
(3) Save it in any name with .vbs   extension.

Save it with .vbs extension

(4) Now go to the path where you have saved it and double click on the icon. A new window will appear as follow.

Type something to convert the text into audio

(5) Now its your turn. Write something in the text field and Enjoy ! ! !

(Using this technique you can create a speaking clock in your PC)

Like this article ? Tell your friends.

Like our site ? Follow us now.

You can also subscribe to our Newsletter

comments powered by Disqus