rodio/README.md
est31 043b2074b8 Use lewton
Fixes #74.
2016-10-04 16:10:02 +02:00

15 lines
555 B
Markdown

# 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 [lewton](https://github.com/est31/lewton).
## [Documentation](http://tomaka.github.io/rodio/rodio/index.html)
See the documentation for usage.