Skip to content

gen2brain/malgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d802981 · Oct 22, 2024
Apr 21, 2022
Oct 30, 2022
Oct 3, 2018
Nov 9, 2017
Apr 24, 2024
Nov 8, 2018
Oct 30, 2022
Aug 11, 2022
Aug 14, 2022
Nov 18, 2023
Nov 21, 2022
Aug 11, 2022
Oct 30, 2022
Apr 21, 2022
Oct 30, 2022
Oct 30, 2022
Oct 15, 2024
Oct 22, 2024
Nov 21, 2022

Repository files navigation

malgo

Build Status GoDoc Go Report Card

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)