• Stars
    star
    127
  • Rank 282,790 (Top 6 %)
  • Language
    Go
  • Created about 7 years ago
  • Updated over 1 year ago

Reviews

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.