mirror of
https://github.com/RustAudio/rodio
synced 2024-11-14 16:07:09 +00:00
No description
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 lewton.
Documentation
See the documentation for usage.