Disambiguate listed flac libraries (#2313)

* disambiguate flac libs

* disambiguate flac libs

* just update description instead

* Update README.md

Fix embarrassingly bad spelling mistake
This commit is contained in:
Hunter Werlla 2019-01-07 23:47:53 -08:00 committed by Ceriath
parent a02fb272f3
commit 46367968ca

View File

@ -96,8 +96,8 @@ 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) - Native Go FLAC decoder.
* [flac](https://github.com/mewkiz/flac) - Native Go FLAC decoder.
* [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.
* [go_mediainfo](https://github.com/zhulik/go_mediainfo) - libmediainfo bindings for go.