Add gaad, a native Go AAC bitstream parser. (#1023)

This commit is contained in:
Blake Orth 2016-07-16 11:57:12 -06:00 committed by Dmitri Shuralyov
parent bb96fafa6d
commit 7148844e99

View File

@ -89,6 +89,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [flac](https://github.com/eaburns/flac) - A native Go FLAC decoder.
* [flac](https://github.com/mewkiz/flac) - A native Go FLAC decoder.
* [gaad](https://github.com/Comcast/gaad) - A 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.
* [mix](https://github.com/go-mix/mix) - Sequence-based Go-native audio mixer for music apps.