cpal/README.md

11 lines
219 B
Markdown
Raw Normal View History

2014-12-11 13:22:55 +00:00
# CPAL - Cross-platform audio library
2014-12-17 06:51:43 +00:00
Audio player in pure Rust. Works only on win32 (WASAPI) and linux (ALSA) for the moment.
2014-12-11 17:09:48 +00:00
2014-12-17 09:03:20 +00:00
[Documentation](http://tomaka.github.io/cpal/)
2014-12-17 06:51:43 +00:00
```toml
[dependencies]
2015-07-11 13:15:07 +00:00
cpal = "0.1.0"
2014-12-17 06:51:43 +00:00
```