manasec / VoiceChat

VoiceChat is a simple java application which intends to provide P2P real time communication between two parties.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VoiceChat

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.

To use the project

just clone it and open with Netbeans
clone url: https://github.com/manasec/VoiceChat.git

resources:

About

VoiceChat is a simple java application which intends to provide P2P real time communication between two parties.


Languages

Language:Java 100.0%