mirror of
https://github.com/RustAudio/rodio
synced 2024-12-13 21:52:38 +00:00
629 B
629 B
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
See the documentation for usage.