Go wrapper for libsoundio, a cross-platform library for real-time audio input and output.
You need to have libsoundio installed. You can install it with Homebrew. If you don't have Homebrew, install it first.
$ brew install libsoundio
Install this package using go get
:
$ go get github.com/mojbro/gosoundio
Try it out using an example:
$ cd $GOPATH/src/github.com/mojbro/gosoundio/examples
$ go run experiment.go
I haven't tried it yet. If you manage to build it on Linux or Windows, please contribute by updating this README.