From 1a77d0289f7877257e8e8b0aa5228f093793043c Mon Sep 17 00:00:00 2001 From: mewmew Date: Tue, 2 Feb 2016 14:11:30 +0100 Subject: [PATCH] Add FLAC decoder. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7d9c5d..cf7142b 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for manipulating audio.* * [flac](https://github.com/eaburns/flac) - A native Go FLAC decoder. +* [flac](https://github.com/mewkiz/flac) - A native Go FLAC decoder. * [go-sox](https://github.com/krig/go-sox) - libsox bindings for go. * [go_mediainfo](https://github.com/zhulik/go_mediainfo) - libmediainfo bindings for go. * [mp3](https://github.com/tcolgate/mp3) - A native Go MP# decoder.