No description
Find a file
2015-09-23 10:47:15 +02:00
examples Add Handle::sleep_until_end and rework decoder handling 2015-09-23 10:33:45 +02:00
src Also add get_total_duration_ms() 2015-09-23 10:47:15 +02:00
.gitignore Initial commit 2015-07-22 12:14:11 +02:00
.travis.yml Require beta insteand of stable 2015-09-23 10:39:18 +02:00
Cargo.toml Publish 0.1.2 2015-09-22 22:23:05 +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