mirror of
https://github.com/RustAudio/rodio
synced 2025-03-04 23:17:22 +00:00
15 lines
555 B
Markdown
15 lines
555 B
Markdown
# Audio playback library
|
|
|
|
[](https://travis-ci.org/tomaka/rodio)
|
|
|
|
[](https://crates.io/crates/rodio)
|
|
|
|
Rust playback library.
|
|
|
|
- Playback is handled by [cpal](https://github.com/tomaka/cpal).
|
|
- WAV decoding is handled by [hound](https://github.com/ruud-v-a/hound).
|
|
- Vorbis decoding is handled by [lewton](https://github.com/est31/lewton).
|
|
|
|
## [Documentation](http://tomaka.github.io/rodio/rodio/index.html)
|
|
|
|
See the documentation for usage.
|