Friday, 14 February 2014

Turn Text into Voice


How To Turn Text into Voice/Audio
Other than software's, have you thought that can you turn text into voice/audio? Yes you can do it now, what you must have is simply notepad (that is already in every window). Continue reading.

Now follow the steps :

  • Open notepad and paste the following code into notepad
Dim msg, sapi
msg=InputBox("Enter your text for conversion–www.macrofiles.net","MacroFiles's Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
  • After pasting it save the notepad file and name it "Audio.vbs"
  • Now run this and type any english words in there and hit "Ok" and listen them.
  • Enjoy!!!!

0 comments:

Post a Comment