cpal 0.1.0

Cross-platform audio playing library in pure Rust.
1
2
3
4
5
6
7
8
9
10
# CPAL - Cross-platform audio library

Audio player in pure Rust. Works only on win32 (WASAPI) and linux (ALSA) for the moment.

[Documentation](http://tomaka.github.io/cpal/)

```toml
[dependencies]
cpal = "^0.0.1"
```