CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2002
    Location
    ME
    Posts
    2

    Voice Recognition

    Bottom Line: I want to port into a voice recogntion program, prompt for a phrase and then return the text inrpretation back to C++ as a string. How reasonable is this? I will not accept defeat, but I want to know what to expect and see if anyone has any pointers.
    Explaination:
    I am a fairly novice pogrammer with one summer of corporate expereience in C++/VB. I am currently teaching myself an independent study in C++ in high school. I am finally at the point where I can do some fun stuff, and I want to try to get voice recognition into one of my progams.

    I a not ready to start from scrath so I want to try to port into a VRecognition prgram from C++ and then send the text back to c++ for further functions. IF ANYONE knows anything about these pssibilities I would love to know even if it means...well. Just Email me at [email protected] if you have ANY suggestions. Thanks.
    Brett

    blank

  2. #2
    Join Date
    Nov 2000
    Location
    Reston, Virginia, USA
    Posts
    466

    check this out..

    there are a couple of free options and there are a few libraries you can try for free. Check out SpeechStudio from Microsoft which has a free trial out now.


    http://www.google.com/search?hl=en&q=%22voice+recognition%22+%2Bfree+%2Bdownload+%2BC%2B%2B&btnG=Google+Search






  3. #3
    Join Date
    Nov 2000
    Location
    Reston, Virginia, USA
    Posts
    466

    try that again..

    go to www.google.com and type in the following search.

    "voice recognition" +free +download +C++

    that has a bunch of useful links where you can experiment with a few of the freeware and shareware offerings.


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