mirror of
https://github.com/RustAudio/rodio
synced 2024-12-14 06:02:31 +00:00
13 lines
614 B
Markdown
13 lines
614 B
Markdown
# Audio playback library
|
|
|
|
**Warning**: requires at least Rust version 1.4 (beta or nightly) because of an internal compiler error in previous versions.
|
|
|
|
[![Build Status](https://travis-ci.org/tomaka/rodio.svg?branch=master)](https://travis-ci.org/tomaka/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 [vorbis-rs](https://github.com/tomaka/vorbis-rs) (which uses bindings to C libraries).
|
|
|
|
## [Documentation](http://tomaka.github.io/rodio/rodio/index.html)
|