• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/workflows/H03-May-2022-8374

examples/H03-May-2022-141101

src/H03-May-2022-6,5394,925

tests/H03-May-2022-5034

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D01-Jan-197074 65

.gitignoreH A D01-Jan-197018 32

.rustfmt.tomlH A D01-Jan-197048 32

CHANGELOG.mdH A D01-Jan-19702.4 KiB5939

Cargo.lockH A D01-Jan-197023.5 KiB963858

Cargo.tomlH A D01-Jan-19701.3 KiB5144

Cargo.toml.orig-cargoH A D01-Jan-1970750 3025

LICENSE-APACHEH A D01-Jan-197011 KiB202169

LICENSE-MITH A D01-Jan-19701,023 2421

README.mdH A D01-Jan-19701.4 KiB3220

README.md

1# Audio playback library
2
3[![Crates.io Version](https://img.shields.io/crates/v/rodio.svg)](https://crates.io/crates/rodio)
4[![Crates.io Downloads](https://img.shields.io/crates/d/rodio.svg)](https://crates.io/crates/rodio)
5[![Build Status](https://github.com/RustAudio/rodio/workflows/CI/badge.svg)](https://github.com/RustAudio/rodio/actions)
6
7Rust playback library.
8
9 - Playback is handled by [cpal](https://github.com/RustAudio/cpal).
10 - MP3 decoding is handled by [minimp3](https://github.com/lieff/minimp3).
11 - WAV decoding is handled by [hound](https://github.com/ruud-v-a/hound).
12 - Vorbis decoding is handled by [lewton](https://github.com/est31/lewton).
13 - Flac decoding is handled by [claxon](https://github.com/ruuda/claxon).
14
15# [Documentation](http://docs.rs/rodio)
16
17[The documentation](http://docs.rs/rodio) contains an introduction to the library.
18
19## License
20[License]: #license
21
22Licensed under either of
23
24* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0), or
25* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
26
27at your option.
28
29### License of your contributions
30
31Unless 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.
32