From 7f806bf5b38d569e8d47ecb7783c5503fc33a039 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Fri, 18 Jul 2014 08:24:50 +0200 Subject: [PATCH] add Audio --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index afa09af..73d8d85 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ A curated list of awesome Rust code and resources. Inspired by the other [awesom - [Awesome Rust](#awesome-rust) - [Code](#code) + - [Audio](#audio) - [Compression](#compression) - [Cryptography](#cryptography) - [Web Programming](#web-programming) @@ -12,6 +13,13 @@ A curated list of awesome Rust code and resources. Inspired by the other [awesom ## Code +### Audio + +* [bjz/openal-rs](https://github.com/bjz/openal-rs/) — [OpenAL 1.1](http://www.openal.org/) bindings +* [JeremyLetang/ears](https://github.com/JeremyLetang/ears) — a simple library to play Sounds and Musics, on top of OpenAL and libsndfile +* [JeremyLetang/rust-portaudio](https://github.com/JeremyLetang/rust-portaudio) — [PortAudio](http://www.portaudio.com/) bindings +* [musitdev/rust-portmidi](https://github.com/musitdev/rust-portmidi) — [PortMidi](http://portmedia.sourceforge.net/portmidi/) bindings + ### Compression * [alexcrichton/rust-compress](https://github.com/alexcrichton/rust-compress) — compression algorithms written in Rust [](https://travis-ci.org/alexcrichton/rust-compress) @@ -35,6 +43,5 @@ See also http://arewewebyet.com/ * [Iron](http://ironframework.io/) — inspired by [Express](http://expressjs.com/). * [Nickel](http://nickel.rs/) — inspired by [Express](http://expressjs.com/). - ## Resources * [Rust by Example](http://rustbyexample.com/)