No description
Find a file
2015-09-11 11:53:47 +02:00
examples Add music_ogg example 2015-09-10 17:53:00 +02:00
src Add comments 2015-09-11 11:50:41 +02:00
.gitignore Initial commit 2015-07-22 12:14:11 +02:00
.travis.yml Fix doc generation 2015-07-22 13:55:37 +02:00
Cargo.toml Add proper sleeps in the engine 2015-09-11 10:04:13 +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