1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-21 10:45:55 +02:00

merge sound => audio

This commit is contained in:
kud1ing 2015-04-14 08:12:42 +02:00
parent cfc76c38ec
commit 075f141220

View File

@ -24,7 +24,6 @@ Only projects that are stable and useful to users are added. Projects that do no
- [Mobile](#mobile) - [Mobile](#mobile)
- [Network programming](#network-programming) - [Network programming](#network-programming)
- [Platform specific](#platform-specific) - [Platform specific](#platform-specific)
- [Sound](#sound)
- [Template engine](#template-engine) - [Template engine](#template-engine)
- [Testing](#testing) - [Testing](#testing)
- [Text processing](#text-processing) - [Text processing](#text-processing)
@ -55,6 +54,7 @@ Only projects that are stable and useful to users are added. Projects that do no
* [JeremyLetang/ears](https://github.com/JeremyLetang/ears) — a simple library to play Sounds and Musics, on top of OpenAL and libsndfile * [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 * [JeremyLetang/rust-portaudio](https://github.com/JeremyLetang/rust-portaudio) — [PortAudio](http://www.portaudio.com/) bindings
* [samdoshi/portmidi-rs](https://github.com/samdoshi/portmidi-rs) — [PortMidi](http://portmedia.sourceforge.net/portmidi/) bindings [<img src="https://travis-ci.org/samdoshi/portmidi-rs.svg?branch=master">](https://travis-ci.org/samdoshi/portmidi-rs) * [samdoshi/portmidi-rs](https://github.com/samdoshi/portmidi-rs) — [PortMidi](http://portmedia.sourceforge.net/portmidi/) bindings [<img src="https://travis-ci.org/samdoshi/portmidi-rs.svg?branch=master">](https://travis-ci.org/samdoshi/portmidi-rs)
* [RustAudio](https://github.com/RustAudio)
### Build system ### Build system
@ -207,10 +207,6 @@ Only projects that are stable and useful to users are added. Projects that do no
* Linux * Linux
* [carllerche/nix-rust](https://github.com/carllerche/nix-rust) — Linux API bindings [<img src="https://travis-ci.org/carllerche/nix-rust.svg?branch=master">](https://travis-ci.org/carllerche/nix-rust) * [carllerche/nix-rust](https://github.com/carllerche/nix-rust) — Linux API bindings [<img src="https://travis-ci.org/carllerche/nix-rust.svg?branch=master">](https://travis-ci.org/carllerche/nix-rust)
## Sound
* [RustAudio](https://github.com/RustAudio)
### Template engine ### Template engine
* [lfairy/maud](https://github.com/lfairy/maud) — compile-time HTML templates [<img src="https://travis-ci.org/lfairy/maud.svg?branch=master">](https://travis-ci.org/lfairy/maud) * [lfairy/maud](https://github.com/lfairy/maud) — compile-time HTML templates [<img src="https://travis-ci.org/lfairy/maud.svg?branch=master">](https://travis-ci.org/lfairy/maud)