From 075f141220d4d628058f16b0de6dd6e9f64f6d94 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Tue, 14 Apr 2015 08:12:42 +0200 Subject: [PATCH] merge sound => audio --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 0760c55..96724ae 100644 --- a/README.md +++ b/README.md @@ -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 [](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 [](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 [](https://travis-ci.org/lfairy/maud)