2014-12-11 13:22:55 +00:00
|
|
|
# CPAL - Cross-platform audio library
|
|
|
|
|
2016-10-01 08:30:38 +00:00
|
|
|
[Documentation](https://docs.rs/cpal)
|
2014-12-17 09:03:20 +00:00
|
|
|
|
2014-12-17 06:51:43 +00:00
|
|
|
```toml
|
|
|
|
[dependencies]
|
2017-10-21 07:25:24 +00:00
|
|
|
cpal = "0.5.0"
|
2014-12-17 06:51:43 +00:00
|
|
|
```
|
2016-08-12 15:51:15 +00:00
|
|
|
|
|
|
|
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.
|