Arduino audio commands

Hey guys i saw a few people that were using BitVoicer to control the arduino uno. And right now i am working on a Iron Man suit and would like to control it via audio commands. So does anybody have some code for controlling 2 servos and and a led. I am kinda new at writing code so i have no idea where to start. I will be using my laptop's microphone. Thanks

I am kinda new at writing code so i have no idea where to start.

Not in the deep end.

I will be using my laptop's microphone.

For what? The Arduino can't get data from your laptop's microphone. If some other application is getting that data, it needs to process it, and send something else to the Arduino.

sorry. I want to do the same thing this guy did: Speech Recognition with BitVoicer and Arduino - Audio - Arduino Forum but i want to swap two of those LEDs out for servos. I will obviously have to edit the code and that is what i don't know how to do.

so if anybody could help me out that would be great

anybody??