Writing a program which uses voice recogniton... where should I start?

Posted by Katsideswide on Stack Overflow See other posts from Stack Overflow or by Katsideswide
Published on 2010-05-02T16:19:18Z Indexed on 2010/05/02 16:28 UTC
Read the original article Hit count: 146

Filed under:
|
|
|
|

Hello! I'm a design student currently dabbling with Arduino code (based on c/c++) and flash AS3. What I want to do is to be able to write a program with a voice control input.

So, program prompts user to spell a word. The user spells out the word. The program recognizes if this is right, adds one to a score if it's correct, and corrects the user if it's wrong. So I'm seeing a big list of words, each with an audio file of the word being read out, with the voice recognition part checking to see if the reply matches the input.

Ideally i'd like to be able to interface this with an Arduino microcontroller so that a physical output with a motor could be achieved in reaction also.

Thing is i'm not sure if I can make this program in flash, in Processing (associated with arduino) or if I need another CS3 program-making-program. I guess I need to download a good voice recognizing program, but how can I interface this with anything else? Also, I'm on a mac. (not sure if this makes a difference)

I apologize for my cluelessness, any hints would be great!

-Susan

© Stack Overflow or respective owner

Related posts about voice-recognition

Related posts about arduino