Voice transmission over LAN using java?

Posted by Ala ABUDEEB on Stack Overflow See other posts from Stack Overflow or by Ala ABUDEEB
Published on 2010-04-20T13:26:24Z Indexed on 2010/04/20 13:43 UTC
Read the original article Hit count: 520

Filed under:
|
|

Hello

I'm building a java application which works in a LAN environment, every computer on that LAN have this application installed on it, at some point i need this application to transfer voice simultaneously to all computer over the LAN (voice broadcasting) according to the following mechanism:

  1. Only one computer of the LAN can send voice using a microphone(the administrator)
  2. All computers receive that voice simultaneously (of course using my application)
  3. The voice should be recorded on the administrator computer after finishing the session.

Could anyone give me an idea of how to use java in working with voice transmission?
What java library can help me do that?

Please help, thank you

© Stack Overflow or respective owner

Related posts about java

Related posts about voice-recording