rodio/README.md
Pierre Krieger bfbd7065e2 Docs
2015-10-17 12:43:34 +02:00

643 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 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.