No description
Find a file
2017-02-07 13:39:25 +01:00
examples Expand basic example with printlns 2017-02-07 12:33:18 +01:00
src Extract Sink to its own module 2017-02-07 13:39:25 +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.