cpal/README.md

9 lines
172 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 06:51:43 +00:00
```toml
[dependencies]
cpal = "^0.0.1"
```