rodio/README.md

16 lines
651 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).
2017-02-09 10:49:44 +00:00
- Flac decoding is handled by [claxon](https://github.com/ruuda/claxon).
2015-07-22 12:32:23 +00:00
2017-02-09 13:02:38 +00:00
# [Documentation](http://docs.rs/rodio)
2015-10-16 14:48:40 +00:00
2017-02-09 13:02:38 +00:00
[The documentation](http://docs.rs/rodio) contains an introduction to the library.