rodio/README.md
2015-09-23 10:48:24 +02:00

13 lines
614 B
Markdown

# Audio playback library
**Warning**: requires at least Rust version 1.4 (beta or nightly) because of an internal compiler error in previous versions.
[![Build Status](https://travis-ci.org/tomaka/rodio.svg?branch=master)](https://travis-ci.org/tomaka/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)