From b5805c90a9f5016caca3bde4667fac0a5a236ced Mon Sep 17 00:00:00 2001 From: Cambloid Date: Wed, 11 Oct 2017 18:19:14 +0200 Subject: [PATCH] Added rodio audio library (#354) * Update README.md * Update README.md * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de0f35c..be837ae 100644 --- a/README.md +++ b/README.md @@ -370,6 +370,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust and IDEs](https * [jpernst/alto](https://github.com/jpernst/alto) — [OpenAL 1.1](http://www.openal.org/) bindings [](https://travis-ci.org/jpernst/alto) * [musitdev/portmidi-rs](https://github.com/musitdev/portmidi-rs) — [PortMidi](http://portmedia.sourceforge.net/portmidi/) bindings [](https://travis-ci.org/musitdev/portmidi-rs) * [ruuda/hound](https://github.com/ruuda/hound) [[Hound](https://crates.io/crates/hound)] — A WAV encoding and decoding library [](https://travis-ci.org/ruuda/hound) +* [tomaka/rodio](https://github.com/tomaka/rodio) - A Rust audio playback library [![Build Status](https://travis-ci.org/tomaka/rodio.svg?branch=master)](https://travis-ci.org/tomaka/rodio) * [RustAudio](https://github.com/RustAudio) * [RustAudio/rust-portaudio](https://github.com/RustAudio/rust-portaudio) — [PortAudio](http://www.portaudio.com/) bindings [](https://travis-ci.org/RustAudio/rust-portaudio)