Skip to content

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

License

Notifications You must be signed in to change notification settings

mojbro/gosoundio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published