Speech recognition

Hey,

I want to add Speech recognition with kinect to my project. As far as I can see there are no plugins yet for this. Lion03 has started working on it for his kinect plugin, but there’s no eta for it. So instead of waiting until it gets added, I want to take a shot at doing it myself.

Thing is…I have no idea where to start. I’ve made a new c++ project and added include/lib directories of the speech sdk to my includes / libraries and sapi.lib to my public dependencies. What to do after this? Do I need to include more? How does the program know to use Kinect? Basically…what do I need to do before I can get the audio data from my kinect?