Wednesday 27 February 2013

Text To Speech Converter Script

HI friends, In previous post, I tell you that how you can check your computer. So that it is male or female. I thought You have tried, If not, you can try it by clicking here, Is your Computer is Male or Female?.
Now I am going to tell you about some secrets, so that you can convert your text to speech.

It is simple trick to play with your computer. It is simple trick to convert your text to audio tone like as speech. You can check by following process...

Process To Check Your Computer or Laptop:

  1. Open your notepad.
  2. Copy the below script as it is................


    Dim msg, sapi
    msg=InputBox("Enter your text for conversion","Param World")
    Set sapi=CreateObject("sapi.spvoice")
    sapi.Speak msg

  3. Paste it in Notepad.
  4. Save the file with "*.VBS" like as 'paramworld.vbs'
  5. Now open this saved file with Double Click.
  6. Type Your TEXT.
  7. Press OK button.
or 
You Can download this script from here
Notes:
  1. Not Open the file directly to Notepad.
  2. VBS stands for Visual Basic Script.

No comments:

Comments System