rodio/README.md
2017-02-09 14:02:38 +01:00

577 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

The documentation contains an introduction to the library.