No description
Find a file
2017-02-06 16:05:21 +01:00
examples Fix most warnings 2016-10-04 16:36:11 +02:00
src Add a queue module 2017-02-06 16:05:21 +01: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.4.2 2016-11-14 22:24:34 +01:00
LICENSE Add some administrative stuff 2015-07-22 13:43:27 +02:00
README.md Use lewton 2016-10-04 16:10:02 +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 lewton.

Documentation

See the documentation for usage.