55eec8567e
When samples format is not supported, cpal panics with "not yet implemented" message, which is not useful in bug reports. This adds samples format to the message. Signed-off-by: Mariusz Ceier <mceier+cpal@gmail.com> |
||
---|---|---|
alsa-sys | ||
examples | ||
src | ||
.gitignore | ||
.travis.yml | ||
Cargo.toml | ||
README.md | ||
appveyor.yml |
README.md
CPAL - Cross-platform audio library
Audio player in pure Rust. Works only on win32 (WASAPI) and linux (ALSA) for the moment.
[dependencies]
cpal = "0.1.0"