No description
Find a file
2018-08-17 13:59:55 +02:00
examples examples: add music_mp3 example 2018-05-26 18:42:22 -05:00
src Prepare 0.8 release 2018-06-22 08:50:19 -06:00
.gitignore Initial commit 2015-07-22 12:14:11 +02:00
.rustfmt.toml Run rustfmt on the code 2017-07-03 10:10:00 +02:00
.travis.yml More documentation rework 2017-02-09 14:02:38 +01:00
Cargo.toml Update lewton to 0.9 (#174) 2018-08-16 19:39:49 +02:00
CHANGELOG.md Fix grammar 2018-04-21 09:39:10 +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 Require all new contributions to be MIT/Apache2 (#175) 2018-08-17 13:59:55 +02:00

Audio playback library

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

This repository is currently in the process of being licensed under either of

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.