Cross-platform audio in Rust
Go to file
Pierre Krieger abd4c99d0b Minor tweaks in Cargo.toml files 2014-12-16 19:02:53 +01:00
alsa-sys Minor tweaks in Cargo.toml files 2014-12-16 19:02:53 +01:00
examples Switch back to using buffers 2014-12-15 16:32:13 +01:00
src Add basic implementation for alsa 2014-12-16 16:54:58 +01:00
.gitignore Initial commit 2014-12-11 14:23:51 +01:00
.travis.yml Initial commit 2014-12-11 14:23:51 +01:00
Cargo.toml Minor tweaks in Cargo.toml files 2014-12-16 19:02:53 +01:00
README.md Add some documentation 2014-12-11 18:09:48 +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 for the moment