Link to home
Start Free TrialLog in
Avatar of rawad1981
rawad1981

asked on

voice over LAN using JAVA

I want to write  a mini VOIP project using Java; that allow two persons in a LAN to talk

to each other. what java packages do I need.

Is there any code snippets that may help me?

 Any help will be appreciated.
Avatar of shji1
shji1

I think it is possible through the sound API using arrays of bytes to handle the voice data.
Have a look at:
http://java.sun.com/products/java-media/sound/index.jsp
and maybe this:
http://www.developer.com/tech/article.php/617571

ASKER CERTIFIED SOLUTION
Avatar of pkras
pkras

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial