Cross-platform audio in Rust
Go to file
Mitchell Nordine 5403e91f26 Merge pull request #37 from ruud-v-a/alsa-sys
Remove integer suffixes in alsa-sys
2015-04-18 21:57:35 +10:00
alsa-sys Remove integer suffixes in alsa-sys 2015-04-18 13:11:23 +02:00
examples Update for Rustc 1.0.0 beta 2015-04-04 09:22:23 +02:00
src Update for Rustc 1.0.0 beta 2015-04-04 09:22:23 +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 Update for Rustc 1.0.0 beta 2015-04-04 09:22:23 +02: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"