No description
Find a file
Alex Butler 0151398043
Update cpal -> 0.10
* Provide device prevous method using `cpal::default_host()`
* Naively handle new cpal errors
2019-07-18 13:06:14 +01:00
examples Remove exclusive borrow requirement in Sink, SpatialSink (#203) 2018-11-16 11:18:07 +01:00
src Update cpal -> 0.10 2019-07-18 13:06:14 +01:00
tests Add basic test for flac decoding 2019-05-15 03:16:01 +02: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 cpal -> 0.10 2019-07-18 13:06:14 +01:00
CHANGELOG.md Publish v0.9.0 2019-06-08 15:08:16 +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 Finish the relicensing process (#178) 2018-08-28 11:56:39 +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

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.