cpal 0.3.0

Low-level cross-platform audio playing library in pure Rust.
1
2
3
4
5
6
7
8
9
10
11
12
13
# CPAL - Cross-platform audio library

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

```toml
[dependencies]
cpal = "0.3.0"
```

Low-level library for audio playback in pure Rust.

This library allows you to open a channel with the audio device of the user's machine, and
send PCM data to it.