Cross-platform audio in Rust
Go to file
mitchmindtree 54e570c1e3 Merge remote-tracking branch 'upstream/master'
Merging with latest upstream changes.
2015-02-16 13:44:26 +11:00
alsa-sys Bump alsa-sys version 2015-02-13 14:43:09 +01:00
examples Update for rustc 2015-01-29 14:57:11 +01:00
src Update for rustc 2015-01-29 14:57:11 +01:00
.gitignore Initial commit 2014-12-11 14:23:51 +01:00
.travis.yml Publish alsa-sys too 2015-02-13 14:32:51 +01:00
Cargo.toml Merge remote-tracking branch 'upstream/master' 2015-02-13 14:43:57 +11: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"