mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 14:14:21 +00:00
No description
323cd7af29
Update to cpal 0.2 |
||
---|---|---|
examples | ||
src | ||
.gitignore | ||
.travis.yml | ||
Cargo.toml | ||
LICENSE | ||
README.md |
Audio playback library
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).