Hi,
I'm trying to implement a speech recognition web application using asp.net and C#. For this I'm using Microsoft.Speech.Recognition library and I've installed
- Microsoft Server Speech Platform Runtime.
- Microsoft Speech Platform SDK.
- Microsoft Speech Recognition Language.
all are version 11.
For recording voice, I'm using flash in the client side and I provide wav file as an input to SpeechRecognitionEngine. This gives the recognized text. And I'm also using grammar.
The problem is with displaying the text - I'm not able to display the recognized text on the browser. Please help me.