rodio/README.md
2015-09-23 10:48:24 +02:00

614 B

Audio playback library

Warning: requires at least Rust version 1.4 (beta or nightly) because of an internal compiler error in previous versions.

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 C libraries).

Documentation