mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-11-21 10:45:55 +02:00
add Audio
This commit is contained in:
parent
d3b2b7510b
commit
7f806bf5b3
@ -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 [<img src="https://travis-ci.org/alexcrichton/rust-compress.png?branch=master">](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/)
|
||||
|
Loading…
Reference in New Issue
Block a user