C# Speech Recognition - Is this what the user said?

后端 未结 11 974
感动是毒
感动是毒 2020-11-28 19:49

I have need to write an application which uses a speech recognition engine -- either the built in vista one, or a third party one -- that can display a word or phrase, and r

11条回答
  •  Happy的楠姐
    2020-11-28 20:03

    Check out the new Speech class libraries in .NET 3.5

    http://msdn.microsoft.com/en-us/library/system.speech.recognition.speechrecognizer.aspx

    general documentation for SR and TTS

    http://msdn.microsoft.com/en-us/library/system.speech.recognition.aspx http://msdn.microsoft.com/en-us/library/system.speech.synthesis.aspx

提交回复
热议问题