The package provides Go bindings for PortAudio.
All the code has automatically been generated with rules defined in portaudio.yml.
$ brew install portaudio
(or use your package manager)
$ go get github.com/xlab/portaudio-go/portaudio
See example#1.
You will need to get the cgogen tool installed first.
$ git clone https://github.com/xlab/portaudio-go && cd portaudio-go
$ make clean
$ make