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
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