Dale Fraser
Dale Fraser

Reputation: 4758

ActionScript Voice Recognition Library

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

Answers (2)

badunk
badunk

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

Sam DeHaan
Sam DeHaan

Reputation: 10325

Have you looked into the poorly named Voice Gesture?

Upvotes: 4

Related Questions