Cross-platform audio in Rust
Go to file
Pierre Krieger d5e9cc2fd6 Remove old section from travis.yml 2014-12-17 10:03:10 +01:00
alsa-sys More tweaks for alsa-sys 2014-12-16 19:04:33 +01:00
examples Rename `Channel` to `Voice` 2014-12-17 09:16:26 +01:00
src Improve documentation 2014-12-17 09:45:14 +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 2014-12-17 07:00:31 +01:00
README.md Minor README update 2014-12-17 07:51:43 +01:00
appveyor.yml Add appveyor file 2014-12-16 17:15:45 +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.

[dependencies]
cpal = "^0.0.1"