mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 06:04:16 +00:00
726 B
726 B
Audio playback library
Rust playback library.
- Playback is handled by cpal.
- MP3 decoding is handled by minimp3.
- 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.