No description
Find a file
tomaka 930f9b30e9 Merge pull request #16 from tomaka/faster-format-determination
Faster format determination for wav files
2015-09-22 16:59:02 +02:00
examples Add set_volume to Handle 2015-09-11 13:49:07 +02:00
src Merge pull request #16 from tomaka/faster-format-determination 2015-09-22 16:59:02 +02:00
.gitignore Initial commit 2015-07-22 12:14:11 +02:00
.travis.yml Publish on crates.io 2015-09-11 14:04:28 +02:00
Cargo.toml Publish v0.1.1 2015-09-22 11:59:07 +02:00
LICENSE Add some administrative stuff 2015-07-22 13:43:27 +02:00
README.md Add travis badge 2015-07-22 14:33:11 +02:00

Audio playback library

Build Status

Rust playback library.

  • Playback is handled by cpal.
  • WAV decoding is handled by hound.
  • Vorbis decoding is handled by vorbis-rs (which uses bindings to C libraries).

Documentation