mirror of
https://github.com/RustAudio/rodio
synced 2025-03-04 23:17:22 +00:00
651 B
651 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
The documentation contains an introduction to the library.