No description
Find a file
Linus Probert a6f50364b0
Adds 'cpal' to re-exports (#352)
If a user wants some finer access to devices and hosts this will allow
that without having to add a separate dependency to cpal and risk having
a cersion conflict between the cpal dependency and the version of cpal
within rodio.
2021-03-29 12:17:28 +02:00
.github/workflows set-env has been deprecated 2021-03-29 09:26:54 +02:00
examples fix crossfade 2018 & cargo fmt 2020-05-02 13:34:11 +01:00
src Adds 'cpal' to re-exports (#352) 2021-03-29 12:17:28 +02:00
tests Remove deadcode + rustfmt 2020-05-02 13:33:57 +01:00
.gitignore Initial commit 2015-07-22 12:14:11 +02:00
.rustfmt.toml Migrate to edition 2018 2020-05-02 13:33:57 +01:00
Cargo.toml Fix a error when rodio just panics instead of propagate an error to the user (#362) 2021-03-29 08:58:23 +02:00
CHANGELOG.md Fix a error when rodio just panics instead of propagate an error to the user (#362) 2021-03-29 08:58:23 +02:00
LICENSE-APACHE Require all new contributions to be MIT/Apache2 (#175) 2018-08-17 13:59:55 +02:00
LICENSE-MIT Require all new contributions to be MIT/Apache2 (#175) 2018-08-17 13:59:55 +02:00
README.md Migrate from Travis to GitHub Actions 2021-03-08 22:54:56 -07:00

Audio playback library

Crates.io Version Crates.io Downloads Build Status

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

Licensed under either of

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.