Speech recognition with Flash or Silverlight

泄露秘密 提交于 2019-12-09 02:19:24

问题


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


回答1:


Nicolay told me about this. I made speechle as an example using the flash work I am doing. It is down for maintenance but other demos are working correctly. You can use the API i am working on at www.speechapi.com

Or try a demo at http://www.speechapi.com/live-demos/parrot.html

Some browser related issues I am trying to resolve but should work in firefox/chrome/safari. Seems IE isn't working at the moment but do try. Feel free to email me if you have issues.




回答2:


wami.csail.mit.edu



来源:https://stackoverflow.com/questions/2748134/speech-recognition-with-flash-or-silverlight

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!