No description
Find a file
2015-10-16 16:40:08 +02:00
examples Update the examples to use the new API 2015-10-16 16:37:48 +02:00
src Add take_duration() to Source 2015-10-16 16:40:08 +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.8 2015-09-27 14:55:44 +02:00
LICENSE Add some administrative stuff 2015-07-22 13:43:27 +02:00
README.md Remove warning about Rust version from README 2015-09-28 10:57:00 +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