Tom Watson
Projects Blog

Projects

Some cool stuff I've been working on in my free time 🛠️

  • 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

© 2026 Tom Watson