Input voice from Microphone

I want to make a program, which should take input from microphone, do speech recognition and then match the input keyword against a list and print the value. please give me an idea, whether it is possible and how

thanks

Kashif
You could try Microsoft's Speech SDK 5.1 for doing the recognition.
I don't know if the Speech SDK handles actual microphone input, in which case, you could use the WaveIn API, which is part of the WINAPI.
Topic archived. No new replies allowed.