This commit is contained in:
Michal Štrba 2019-04-02 10:16:02 +02:00 committed by Ceriath
parent 26b76ced7c
commit 752e2b40f4

View File

@ -119,6 +119,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [mix](https://github.com/go-mix/mix) - Sequence-based Go-native audio mixer for music apps. * [mix](https://github.com/go-mix/mix) - Sequence-based Go-native audio mixer for music apps.
* [mp3](https://github.com/tcolgate/mp3) - Native Go MP3 decoder. * [mp3](https://github.com/tcolgate/mp3) - Native Go MP3 decoder.
* [music-theory](https://github.com/go-music-theory/music-theory) - Music theory models in Go. * [music-theory](https://github.com/go-music-theory/music-theory) - Music theory models in Go.
* [Oto](https://github.com/hajimehoshi/oto) - A low-level library to play sound on multiple platforms.
* [PortAudio](https://github.com/gordonklaus/portaudio) - Go bindings for the PortAudio audio I/O library. * [PortAudio](https://github.com/gordonklaus/portaudio) - Go bindings for the PortAudio audio I/O library.
* [portmidi](https://github.com/rakyll/portmidi) - Go bindings for PortMidi. * [portmidi](https://github.com/rakyll/portmidi) - Go bindings for PortMidi.
* [taglib](https://github.com/wtolson/go-taglib) - Go bindings for taglib. * [taglib](https://github.com/wtolson/go-taglib) - Go bindings for taglib.