cpal/README.md

14 lines
285 B
Markdown

# CPAL - Cross-platform audio library
[Documentation](https://docs.rs/cpal)
```toml
[dependencies]
cpal = "0.4.5"
```
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.