mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 06:04:16 +00:00
1.5 KiB
1.5 KiB
Audio playback library
Rust playback library.
- Playback is handled by cpal.
- MP3 decoding is handled by minimp3.
- WAV decoding is handled by hound.
- Vorbis decoding is handled by lewton.
- Flac decoding is handled by claxon.
Documentation
The documentation contains an introduction to the library.
License
This repository is currently in the process of being licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option. Some parts of the repository are already licensed according to those terms. Others are licensed Apache License only. For more see issue 64.
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.