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: 556
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:
- Only one computer of the LAN can send voice using a microphone(the administrator)
- All computers receive that voice simultaneously (of course using my application)
- 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