/audio_streamer

An audio streaming server and client example in Golang

Primary LanguageGo

This is a audio streaming server and client example written in Golang

It uses Portaudio under the hood to get audio I/O (and should therefore work on most platforms) and sends/receives via HTTP. This is an example I wrote for this article.