How to capture Audio??

Hi.
Im working about capturing audio from Mic.
it works when i use only one sound device.
However, I have 2 sound devices, so i wanna record all of sounds from both sound devices.
And I am using WaveIn class.
This is a question.
1. How can i capture audeo from two microphones on deferent sound device?
2. If number 1 is possible, how can I save two files(*.wav) into one file?

If anyone needs source code, let me know that.

Thanks.

* I posted this question both on the General C++ and Windows Programming.
Thanks.
I'm of the opinion that information is never enough, so... This is the 3rd post about the same library.
Use the Bass Audio Library, you can find it at www.un4seen.com .
There are a dozen of examples inside the package, check them out. You may find what you was searching for.
Thanks EssGeEich.
As I found, there is no way to put two files into one file.
So, I will save each file in a deferent location.
And I am working to make audio player, which is enbale to play both at the same time.
Thank you, anyways :)
Topic archived. No new replies allowed.