mirror of
https://github.com/RustAudio/rodio
synced 2024-11-12 23:17:08 +00:00
No description
examples | ||
src | ||
.gitignore | ||
.travis.yml | ||
Cargo.toml | ||
LICENSE | ||
README.md |
Audio playback library
Warning: requires at least Rust version 1.4 (beta or nightly) because of an internal compiler error in previous versions.
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).