Popularity
5.7
Growing
Activity
4.6
-
260
9
45

Programming language: C
License: The Unlicense
Tags: Audio And Music    
Latest version: v0.10.5

malgo alternatives and similar packages

Based on the "Audio and Music" category.
Alternatively, view malgo alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of malgo or a related project?

Add another 'Audio and Music' Package

README

malgo

Build Status GoDoc Go Report Card <!--Go Cover-->

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 (CoreAudio)
  • Android (OpenSL|ES, AAudio)