2015-07-22 11:43:27 +00:00
# Audio playback library
2015-07-22 11:57:51 +00:00
2019-11-16 07:02:42 +00:00
[![Build Status ](https://travis-ci.org/RustAudio/rodio.svg?branch=master )](https://travis-ci.org/RustAudio/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.
2019-11-16 07:02:42 +00:00
- Playback is handled by [cpal ](https://github.com/RustAudio/cpal ).
2018-06-22 14:50:19 +00:00
- MP3 decoding is handled by [minimp3 ](https://github.com/lieff/minimp3 ).
2015-07-22 12:32:23 +00:00
- 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.
2018-08-17 11:59:55 +00:00
## License
[License]: #license
2018-08-28 09:56:39 +00:00
Licensed under either of
2018-08-17 11:59:55 +00:00
2018-08-28 09:56:39 +00:00
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0), or
2018-08-17 11:59:55 +00:00
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
2018-08-28 09:56:39 +00:00
at your option.
2018-08-17 11:59:55 +00:00
### License of your contributions
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.