mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
added audio section
This commit is contained in:
parent
8c34064256
commit
56ce3ee522
11
README.md
11
README.md
@ -13,6 +13,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw
|
|||||||
- [Imagery](#imagery)
|
- [Imagery](#imagery)
|
||||||
- [Parsers](#parsers)
|
- [Parsers](#parsers)
|
||||||
- [Testing](#testing)
|
- [Testing](#testing)
|
||||||
|
- [Audio](#audio)
|
||||||
- [Resources](#resources)
|
- [Resources](#resources)
|
||||||
- [Websites](#websites)
|
- [Websites](#websites)
|
||||||
- [(e)Books](#ebooks)
|
- [(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.
|
* [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
|
* [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
|
# Resources
|
||||||
|
|
||||||
Where to discover new Go libraries.
|
Where to discover new Go libraries.
|
||||||
|
Loading…
Reference in New Issue
Block a user