Cross-platform audio in Rust
Go to file
psych0d0g b7319626b1 allow for building for mipsel targets
mipsel is mostly used on embedded multimedia devices like settop bockes for eg.
This change will allow building cpal for those platforms aswell
2016-01-14 22:22:56 +01:00
alsa-sys Rustup and version bumps 2015-04-20 09:30:36 +02:00
examples Various ALSA fixes 2015-09-22 15:46:56 +02:00
src Merge pull request #94 from Geal/coreaudio-fix 2016-01-12 17:49:34 +01: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 allow for building for mipsel targets 2016-01-14 22:22:56 +01: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"