Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 680 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 680 Bytes

gosoundio

Go wrapper for libsoundio, a cross-platform library for real-time audio input and output.

Building on macOS

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

Building on Linux, Windows, etc

I haven't tried it yet. If you manage to build it on Linux or Windows, please contribute by updating this README.