How to implement multiple microphones in a mixer?
847432May 4 2011 — edited May 6 2011Hello,
I come on this way to ask a question about implementing multiple microphone from a mixer. And i would like to know if is possible.
For example:
I buy a soundcard with 8 inputs so in java programming i assume as the soundcard = mixer where this mixer has 8 inputs (Ports) right?
And in the moment that i capture the sound from that mixer i just need to use one TargetDataLine right? Because is only that mixer. So i can implement on the capture method several connections with microphones and capture on the same time via the TargetDataLine?
Or i need to separate the multiple microphones? I
I would like to make on this way because i see is simple and effective than creates a bunch of other methods.
My best,
David