Cross-platform audio in Rust
Go to file
Mariusz Ceier 55eec8567e Add more detailed message to panic
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>
2015-08-18 08:54:40 +02:00
alsa-sys Rustup and version bumps 2015-04-20 09:30:36 +02:00
examples Fix samples signs on win32 2015-07-22 14:28:45 +02:00
src Add more detailed message to panic 2015-08-18 08:54:40 +02:00
.gitignore OSX support via the Apple Core Audio, Audio Unit C API. Only supports f32 so far. 2015-02-28 06:05:24 +11:00
.travis.yml Publish alsa-sys before cpal 2015-03-25 14:23:23 +01:00
Cargo.toml Publish 0.1.2 2015-07-22 15:19:21 +02:00
README.md Fix the version in the README 2015-07-11 15:15:07 +02:00
appveyor.yml Fix the appveyor build 2014-12-23 15:28:38 +01:00

README.md

CPAL - Cross-platform audio library

Audio player in pure Rust. Works only on win32 (WASAPI) and linux (ALSA) for the moment.

Documentation

[dependencies]
cpal = "0.1.0"