Cross-platform audio in Rust
Go to file
Pierre Krieger 2bc50adf4d Update for rust-1.0 alpha 2015-01-09 21:25:51 +01:00
alsa-sys Update for Rustc 2015-01-08 21:24:04 +01:00
examples Update for Rustc 2015-01-08 21:24:04 +01:00
src Update for rust-1.0 alpha 2015-01-09 21:25:51 +01:00
.gitignore Initial commit 2014-12-11 14:23:51 +01:00
.travis.yml Remove old section from travis.yml 2014-12-17 10:03:10 +01:00
Cargo.toml Bump version number 2015-01-08 22:08:57 +01:00
README.md Add link to documentation 2014-12-17 10:03:20 +01: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.0.1"