No description
Find a file
est31 043b2074b8 Use lewton
Fixes #74.
2016-10-04 16:10:02 +02:00
examples Add a DecoderError and publish 0.3 2015-10-22 16:45:33 +02:00
src Use lewton 2016-10-04 16:10:02 +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 Use lewton 2016-10-04 16:10:02 +02: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.