cpal/README.md

9 lines
172 B
Markdown

# CPAL - Cross-platform audio library
Audio player in pure Rust. Works only on win32 (WASAPI) and linux (ALSA) for the moment.
```toml
[dependencies]
cpal = "^0.0.1"
```