How to get the engine to successfully recognize a phrase from a voice file (wav/mp3/etc..)?
For example, if I\'ll have a voice file and a written text of the context
According to the MSDN article Getting Started with Speech Recognition.
The steps you need to do are(from article). Note the create recognition grammer step. The article goes on to suggest using the GrammerBuilder or Choices Classes.
A speech recognition application will typically perform the following basic operations:
- Start the speech recognizer.
- Create a recognition grammar.
- Load the grammar into the speech recognizer.
- Register for speech recognition event notification.
- Create a handler for the speech recognition event.