Text to Speech converter for Windows

Discussion in 'Visual Basic ( VB )' started by wizard, Jul 17, 2011.

  1. wizard

    wizard New Member

    Joined:
    Jul 17, 2011
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Text to Speech Converter

    This is a small utility by which you can convert typed text into voice. This utility is run on windows operating system environment.
    To create this utility follow following steps :-

    1. Open Notepad and paste following code.

    Dim msg, sapi
    msg=InputBox("Enter your text :","Text-To-Speech Converter")
    Set sapi=CreateObject("sapi.spvoice")
    sapi.Speak msg

    2. Now save the file text2speech.vbs and close notepad.
    3. Execute the file.
     
  2. Scripting

    Scripting John Hoder

    Joined:
    Jun 29, 2010
    Messages:
    421
    Likes Received:
    57
    Trophy Points:
    0
    Occupation:
    School for life
    Location:
    /root
    LOL, it really works!! nice man, thx for it!
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice