Speech recognition with Flash or Silverlight

Posted by Sebastián Grignoli on Stack Overflow See other posts from Stack Overflow or by Sebastián Grignoli
Published on 2010-04-30T22:56:38Z Indexed on 2010/04/30 23:07 UTC
Read the original article Hit count: 276

I'm developing a web user interface to enter some information that is not very complex but needs to be loaded in real time. I think that the application could make use of speech recognition to facilitate the task.

Te core of the interface is being built with Javascript and jQuery, but can easily include a flash or silverlight component. I believe that´s probably the way to go...

I don't need to recognize everything that the user says, but only a few prerecorded commands. Also, I don't want the user to click on a button to specify the begining and the end of the spoken command. It should be detected live.

Is there anything that does this? I would be grateful if anyone tells me about a complete solution, free or commercial, as well as any advice on capturing a sound stream from the mic and process it with flash or sliverlight.

Sebastian.-

© Stack Overflow or respective owner

Related posts about flash

Related posts about Silverlight