SkillAgentSearch skills...

Gosoundio

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

Install / Use

/learn @mojbro/Gosoundio
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated4y ago
Forks3

Languages

Go

Security Score

70/100

Audited on Mar 5, 2022

No findings