rodio/README.md

16 lines
555 B
Markdown
Raw Normal View History

2015-07-22 11:43:27 +00:00
# Audio playback library
2015-07-22 11:57:51 +00:00
2015-07-22 12:33:11 +00:00
[![Build Status](https://travis-ci.org/tomaka/rodio.svg?branch=master)](https://travis-ci.org/tomaka/rodio)
2015-10-22 11:14:55 +00:00
[![](http://meritbadge.herokuapp.com/rodio)](https://crates.io/crates/rodio)
2015-07-22 12:32:23 +00:00
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).
2016-10-04 04:25:57 +00:00
- Vorbis decoding is handled by [lewton](https://github.com/est31/lewton).
2015-07-22 12:32:23 +00:00
2015-07-22 11:57:51 +00:00
## [Documentation](http://tomaka.github.io/rodio/rodio/index.html)
2015-10-16 14:48:40 +00:00
See the documentation for usage.