No description
Find a file
tomaka 04c356aeba Merge pull request #34 from tomaka/better-timing
Improve timing system again
2015-09-27 14:54:54 +02:00
examples Improve timing system again 2015-09-27 14:49:53 +02:00
src Improve timing system again 2015-09-27 14:49:53 +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 Fix period not being taken into account 2015-09-27 13:12:09 +02:00
LICENSE Add some administrative stuff 2015-07-22 13:43:27 +02:00
README.md Add warning in README about version 2015-09-23 10:48:24 +02:00

Audio playback library

Warning: requires at least Rust version 1.4 (beta or nightly) because of an internal compiler error in previous versions.

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