Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 872 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 872 Bytes

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: