mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-13 23:57:07 +00:00
merge sound => audio
This commit is contained in:
parent
cfc76c38ec
commit
075f141220
1 changed files with 1 additions and 5 deletions
|
@ -24,7 +24,6 @@ Only projects that are stable and useful to users are added. Projects that do no
|
|||
- [Mobile](#mobile)
|
||||
- [Network programming](#network-programming)
|
||||
- [Platform specific](#platform-specific)
|
||||
- [Sound](#sound)
|
||||
- [Template engine](#template-engine)
|
||||
- [Testing](#testing)
|
||||
- [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/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)
|
||||
* [RustAudio](https://github.com/RustAudio)
|
||||
|
||||
### Build system
|
||||
|
||||
|
@ -207,10 +207,6 @@ Only projects that are stable and useful to users are added. Projects that do no
|
|||
* 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)
|
||||
|
||||
## Sound
|
||||
|
||||
* [RustAudio](https://github.com/RustAudio)
|
||||
|
||||
### 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)
|
||||
|
|
Loading…
Reference in a new issue