VoiceChat is a java application which intends to provide P2P real time communication between two parties. It uses buffers on both endpoints to send and receive sound data. The Gui is made using Swing components. And Network API’s Socket is used for end to end connection and data transfer. To capture Audio on the sending side and to receive audio at the speakers of the receiveing side Java Sound API is used.
just clone it and open with Netbeans
clone url: https://github.com/manasec/VoiceChat.git