Audio Server
A real-time audio streaming system built in C++. Uses PortAudio to capture audio from clients and transfers buffers to a server via socket programming. The server mixes incoming streams and sends audio back to all connected clients, excluding each client's own buffer to prevent feedback.
C++
Sockets
PortAudio
Networking
Real-Time