rodio/README.md

16 lines
651 B
Markdown
Raw Normal View History

2015-07-22 13:43:27 +02:00
# Audio playback library
2015-07-22 13:57:51 +02:00
2015-07-22 14:33:11 +02:00
[![Build Status](https://travis-ci.org/tomaka/rodio.svg?branch=master)](https://travis-ci.org/tomaka/rodio)
2015-10-22 13:14:55 +02:00
[![](http://meritbadge.herokuapp.com/rodio)](https://crates.io/crates/rodio)
2015-07-22 14:32:23 +02:00
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).
2016-10-04 06:25:57 +02:00
- Vorbis decoding is handled by [lewton](https://github.com/est31/lewton).
2017-02-09 11:49:44 +01:00
- Flac decoding is handled by [claxon](https://github.com/ruuda/claxon).
2015-07-22 14:32:23 +02:00
2017-02-09 14:02:38 +01:00
# [Documentation](http://docs.rs/rodio)
2015-10-16 16:48:40 +02:00
2017-02-09 14:02:38 +01:00
[The documentation](http://docs.rs/rodio) contains an introduction to the library.