Reputation: 4758
I'm after a Voice Recognition Library in ActionScript.
I need to the software to be able to respond to simple english responses only. Yes & No type of responses.
Upvotes: 4
Views: 3070
Reputation: 4350
I attended the session in which Didier Braun demonstrated Voice Gesture. The basic idea is that you turn the voice recognition problem into an image recognition problem. The demonstration here: http://vimeo.com/8203323
From flash 10.1, you can have low level access to the microphone data which allows a developer to create an audio spectrogram.
While there are many server-side solutions to this problem, there aren't that many client-side ones, unfortunately.
Upvotes: 2