rodio/README.md
est31 043b2074b8 Use lewton
Fixes #74.
2016-10-04 16:10:02 +02:00

555 B

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.