Monday 10 March 2014

 
 
Convert text into audio using notepad.......
```````````````````````````````````````````````````````
 
Notepad: a simple programme. But
we can do lot's of things with this.
we gave you more tricks from
notepad here before. Today i going to
tell notepad trick. If you want to
convert
your text in to audio you have to use
any programmes. But from this
method you don't want to
use another software. An easy trick
from Notepad.
Let's start.
1.Open notepad.
2.Copy the code bellow.
Dim msg, sapi
msg=InputBox("Enter your text for
Conversation | Tool by
trushant'stechworld","Text-To-Audio
Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
3.Now save it as text_audio.vbs
4.And that's it.
5.Now open the file and type
anything. Then click OK.

No comments:

Post a Comment