mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 06:04:16 +00:00
521 B
521 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).
Documentation
See the documentation for usage.