Cross-platform audio in Rust
Go to file
mitchmindtree cc26897acd Update coreaudio backend to new futures-rs oriented design.
This depends on the changes introduced in #121.

Update to coreaudio 0.6.
2016-08-12 17:49:13 +10:00
alsa-sys alsa-sys: Add pollfd 2016-04-02 19:55:42 +02:00
examples Draft for switching to futures 2016-08-02 18:19:03 +02:00
src Update coreaudio backend to new futures-rs oriented design. 2016-08-12 17:49:13 +10: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 Fix for travis build 2016-01-12 17:30:18 +01:00
Cargo.toml Update coreaudio backend to new futures-rs oriented design. 2016-08-12 17:49:13 +10: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"