CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2004
    Posts
    27

    Speech Recognition Engine Training

    Hello
    I'm using MS Speech Recognition Engine in my C# project ( System.Speech.Recognition default engine under Vista - .net framework 3.5. )
    So, through SpeechRecognitionEngine class I'm able to recognize some letters and some simple words.
    I found some problems in the letters case, the recognition is not as accurate as I though.
    My program only needs to recognize one person voice at time So I need to know if its possible to train the Engine with that person
    pre-recorded voice before start recognizing, so detection would be more precise.
    Can you guys help me?
    Thanks in advance
    Alex

  2. #2
    Join Date
    Mar 2008
    Location
    IRAN
    Posts
    811

    Re: Speech Recognition Engine Training

    go here:

    http://www.codeproject.com/KB/audio-...?display=Print

    you will find some hint how to train it also you can download the source and see how it works:

    in general you have two possibilities for training:

    1- Mic training wizard
    2- User training wizard
    Please rate my post if it was helpful for you.
    Java, C#, C++, PHP, ASP.NET
    SQL Server, MySQL
    DirectX
    MATH
    Touraj Ebrahimi
    [toraj_e] [at] [yahoo] [dot] [com]

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