Add GoAudio - Native Audio Processing Library (#3231)

* Add GoAudio

* Fix ordering of entries
This commit is contained in:
Dylan Meeus 2020-10-05 11:51:53 +02:00 committed by GitHub
parent d943237546
commit 36aaff0ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.