mirror of
https://github.com/RustAudio/rodio
synced 2024-12-13 21:52:38 +00:00
No description
5e68bba0fe
It would be helpful to me to have use of the new `empty()` function for Amethyst. Do you mind publishing a new minor version? |
||
---|---|---|
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.