Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 626 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 626 Bytes

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