rodio/README.md
tomaka b1a560eb41 Merge pull request #100 from tomaka/flac
Implement decoding Flac
2017-02-10 09:49:23 +01:00

15 lines
651 B
Markdown

# Audio playback library
[![Build Status](https://travis-ci.org/tomaka/rodio.svg?branch=master)](https://travis-ci.org/tomaka/rodio)
[![](http://meritbadge.herokuapp.com/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).
- Flac decoding is handled by [claxon](https://github.com/ruuda/claxon).
# [Documentation](http://docs.rs/rodio)
[The documentation](http://docs.rs/rodio) contains an introduction to the library.