mirror of
https://github.com/RustAudio/rodio
synced 2025-01-18 22:43:53 +00:00
No description
a3ec9af5e1
make sure buffer doesn't contain garbage |
||
---|---|---|
examples | ||
src | ||
.gitignore | ||
.rustfmt.toml | ||
.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.
- Flac decoding is handled by claxon.
Documentation
The documentation contains an introduction to the library.