cpal/README.md

9 lines
242 B
Markdown
Raw Normal View History

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
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.