mirror of
https://github.com/RustAudio/rodio
synced 2024-12-13 21:52:38 +00:00
30 lines
1.2 KiB
Markdown
30 lines
1.2 KiB
Markdown
# Audio playback library
|
|
|
|
[![Build Status](https://travis-ci.org/RustAudio/rodio.svg?branch=master)](https://travis-ci.org/RustAudio/rodio)
|
|
[![](http://meritbadge.herokuapp.com/rodio)](https://crates.io/crates/rodio)
|
|
|
|
Rust playback library.
|
|
|
|
- Playback is handled by [cpal](https://github.com/RustAudio/cpal).
|
|
- MP3 decoding is handled by [minimp3](https://github.com/lieff/minimp3).
|
|
- WAV decoding is handled by [hound](https://github.com/ruud-v-a/hound).
|
|
- Vorbis decoding is handled by [lewton](https://github.com/est31/lewton).
|
|
- Flac decoding is handled by [claxon](https://github.com/ruuda/claxon).
|
|
|
|
# [Documentation](http://docs.rs/rodio)
|
|
|
|
[The documentation](http://docs.rs/rodio) contains an introduction to the library.
|
|
|
|
## License
|
|
[License]: #license
|
|
|
|
Licensed under either of
|
|
|
|
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0), or
|
|
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
|
|
|
|
at your option.
|
|
|
|
### 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.
|