portaudio-go

Package portaudio provides Go bindings for PortAudio.

Stars
18

portaudio-go

The package provides Go bindings for PortAudio. All the code has automatically been generated with rules defined in portaudio.yml.

Usage

$ brew install portaudio
(or use your package manager)

$ go get github.com/xlab/portaudio-go/portaudio

See example#1.

Rebuilding the package

You will need to get the cgogen tool installed first.

$ git clone https://github.com/xlab/portaudio-go && cd portaudio-go
$ make clean
$ make