Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to implement multiple microphones in a mixer?

847432May 4 2011 — edited May 6 2011
Hello,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 3 2011
Added on May 4 2011
6 comments
3,123 views