Hello,
Does anybody knows if it's possible to record a voice and transcribe it to text in real time?
I want to do that with silverlight or if it's not possible with the standard .Net framework
thanks for help
Hello,
Does anybody knows if it's possible to record a voice and transcribe it to text in real time?
I want to do that with silverlight or if it's not possible with the standard .Net framework
thanks for help
The solution consists of five steps:
Entering text into a textbox.
Calling a Web Service to process the text.
Using Microsoft’s Text to Speech API to convert the text to WAV.
Decoding the byte array with a WAV decoding class.
Playing back the WAV stream with Silverlight’s MediaElement.