From 0bce7a7bc6977063c516a844a543efd3365a1a5e Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Thu, 16 Nov 2017 10:14:49 +0100 Subject: [PATCH] Add malgo (Mini audio library) (#1682) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d2c037b..f3ca224b 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go_mediainfo](https://github.com/zhulik/go_mediainfo) - libmediainfo bindings for go. * [gosamplerate](https://github.com/dh1tw/gosamplerate) - libsamplerate bindings for go. * [id3v2](https://github.com/bogem/id3v2) - Fast and stable ID3 parsing and writing library for Go. +* [malgo](https://github.com/gen2brain/malgo) - Mini audio library. * [mix](https://github.com/go-mix/mix) - Sequence-based Go-native audio mixer for music apps. * [mp3](https://github.com/tcolgate/mp3) - Native Go MP3 decoder. * [music-theory](https://github.com/go-music-theory/music-theory) - Music theory models in Go.