No description
Find a file
2015-10-18 09:05:16 +02:00
examples Increase sleep timer in example for now 2015-10-18 09:04:27 +02:00
src Add conversion step in mp3 decoder 2015-10-18 09:05:16 +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 upstream simplemad 2015-10-18 08:38:45 +02:00
LICENSE Add some administrative stuff 2015-07-22 13:43:27 +02:00
README.md Docs 2015-10-17 12:43:34 +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 a C library).
  • MP3 decoding is handled by simplemad (which uses bindings to a C library)

Documentation

See the documentation for usage.