d09532c36e
There does not seem to be any major API breakage, however the emscripten and macos backends have been pretty heavily refactored so I thought it best to bump to 0.6 (rather than 0.5.2) just in case there is any subtle behavioural breakage. Happy to change this to 0.5.2 though if someone can confirm there will be no downstream breakage. |
||
---|---|---|
.circleci | ||
alsa-sys | ||
examples | ||
src | ||
.gitignore | ||
.rustfmt.toml | ||
.travis.yml | ||
CHANGELOG.md | ||
Cargo.toml | ||
README.md | ||
appveyor.yml |
README.md
CPAL - Cross-platform audio library
[dependencies]
cpal = "0.5.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.