From 0cae0724346b0673288162e3c8a86c6a0d1b12b8 Mon Sep 17 00:00:00 2001 From: Andrey Yurchenkov Date: Mon, 28 Oct 2019 14:02:29 +0300 Subject: [PATCH] Removed unmaintained and untested flac (#2799) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 588b6736..e1e0d3e2 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for manipulating audio.* * [EasyMIDI](https://github.com/algoGuy/EasyMIDI) - EasyMidi is a simple and reliable library for working with standard midi file (SMF). -* [flac](https://github.com/eaburns/flac) - No-frills native Go FLAC decoder that decodes FLAC files into byte slices. * [flac](https://github.com/mewkiz/flac) - Native Go FLAC encoder/decoder with support for FLAC streams. * [gaad](https://github.com/Comcast/gaad) - Native Go AAC bitstream parser. * [go-sox](https://github.com/krig/go-sox) - libsox bindings for go.