malgo
Mini audio library
About malgo
malgo
Go bindings for miniaudio library.
Requires cgo but does not require linking to anything on the Windows/macOS and it links only -ldl on Linux/BSDs.
Installation
go get -u github.com/gen2brain/malgo
Documentation
Documentation on GoDoc. Also check examples.
Platforms
- Windows (WASAPI, DirectSound, WinMM)
- Linux (PulseAudio, ALSA, JACK)
- FreeBSD/NetBSD/OpenBSD (OSS/audio(4)/sndio)
- macOS/iOS (CoreAudio)
- Android (OpenSL|ES, AAudio)
Frequently Asked Questions
What is malgo?
malgo is a Audio and Music library for the Go programming language. Mini audio library
How do I install malgo?
Install malgo with the Go module system using `go get gen2brain/malgo`. Check the repository for the current installation instructions.
What category does malgo belong to?
malgo is listed under Audio and Music, specifically Audio and Music.