mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 06:04:16 +00:00
487 B
487 B
Audio playback library
Rust playback library.
- Playback is handled by cpal.
- WAV decoding is handled by hound.
- Vorbis decoding is handled by vorbis-rs (which uses bindings to C libraries).