CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Voice control

  1. #1
    Join Date
    Aug 2001
    Posts
    2

    Voice control

    Greetings!
    I need a control to simply read aloud whatever is in a textbox inside a form. I cannot predetermine what would be the contents of the textbox, so i cannot create mp3s or wavs beforehand and then play them.

    Please Help me.

    I've tried searching the net, but all i got was a bunch of voice recognition, text to wav controls.

    Thanks!


  2. #2
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Re: Voice control

    There's a control of M$ called the Direct Text-To-Speech Control which has quite some customisation options (male, female, agegroup and stuff) I do believe that it comes with VB6, if not, you will have to download the Microsoft Speech SDK from the MSDN site (http://msdn.microsoft.com).

    Tom Cannaerts
    [email protected]

    Programming today is a race between software engineers striving to build bigger and better idot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

  3. #3
    Join Date
    Aug 2001
    Posts
    2

    Re: Voice control

    thanks!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured