I am using DirectShow to develop a program in windows embedded ce 6.0. I write the program in C/C++.
the program needs to deal with multiple audio input devices.
I am able to get available audio input devices in directshow, but don't know how to specify an input device and capture audio from it.
is there any way to do it? Thanks!