rodio 0.3.0

Audio playback library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Audio playback library

[![Build Status](https://travis-ci.org/tomaka/rodio.svg?branch=master)](https://travis-ci.org/tomaka/rodio)

[![](http://meritbadge.herokuapp.com/rodio)](https://crates.io/crates/rodio)

Rust playback library.

 - Playback is handled by [cpal]https://github.com/tomaka/cpal.
 - WAV decoding is handled by [hound]https://github.com/ruud-v-a/hound.
 - Vorbis decoding is handled by [vorbis-rs]https://github.com/tomaka/vorbis-rs (which uses bindings to C libraries).

## [Documentation]http://tomaka.github.io/rodio/rodio/index.html

See the documentation for usage.