From 56ce3ee522abeb34dce47a70cc908d227397276f Mon Sep 17 00:00:00 2001 From: Thiago Avelino Date: Sun, 6 Jul 2014 12:46:00 -0300 Subject: [PATCH] added audio section --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 0287d703..c56914db 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw - [Imagery](#imagery) - [Parsers](#parsers) - [Testing](#testing) + - [Audio](#audio) - [Resources](#resources) - [Websites](#websites) - [(e)Books](#ebooks) @@ -108,6 +109,16 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [restit](https://github.com/yookoala/restit) - A Go micro framework to help writing RESTful API integration test. * [ginkgo](http://onsi.github.io/ginkgo/) - BDD Testing Framework for Go + +## Audio + +*Libraries for manipulating audio.* + +* [PortAudio](https://code.google.com/p/portaudio-go/) - Go bindings for the PortAudio audio I/O library. +* [gosndfile](https://github.com/mkb218/gosndfile) - Go bindings for libsndfile. +* [go-sox](https://github.com/krig/go-sox) - libsox bindings for go. + + # Resources Where to discover new Go libraries.