i want to do some sort of voice chat stuff, two way communication but i want to send data in byte[] format from on computer to another through sockets, can anybody help how to do it
project http://www.sourceforge.net/projects/c2h/ contains among other things api Leafy, a generic api that sends audio data via tcp sockets where the data represent frequencies (Hz); the api contains methods to convert the Hz values into audio and play it on the speaker. The downloadable package has been tested. It may or may not do what you need.