There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
An audio streaming server and client example in Golang
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.