From 36aaff0ed8156553539c477a99d55972b7e8fe4a Mon Sep 17 00:00:00 2001 From: Dylan Meeus Date: Mon, 5 Oct 2020 11:51:53 +0200 Subject: [PATCH] Add GoAudio - Native Audio Processing Library (#3231) * Add GoAudio * Fix ordering of entries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3ce658a..338647a8 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gaad](https://github.com/Comcast/gaad) - Native Go AAC bitstream parser. * [go-sox](https://github.com/krig/go-sox) - libsox bindings for go. * [go_mediainfo](https://github.com/zhulik/go_mediainfo) - libmediainfo bindings for go. +* [GoAudio](https://github.com/DylanMeeus/GoAudio) - Native Go Audio Processing Library. * [gosamplerate](https://github.com/dh1tw/gosamplerate) - libsamplerate bindings for go. * [id3v2](https://github.com/bogem/id3v2) - Fast and powerful ID3 decoding and encodung library written completely in Go. * [malgo](https://github.com/gen2brain/malgo) - Mini audio library.