Cross-platform audio in Rust
Go to file
Pierre Krieger 5c6fa4384f Fix issue when calling `buffer.samples()` multiple times with the same buffer 2014-12-15 15:48:30 +01:00
examples Change player architecture to avoid data losses 2014-12-15 15:40:38 +01:00
src Fix issue when calling `buffer.samples()` multiple times with the same buffer 2014-12-15 15:48:30 +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 Switch to retep998/winapi 2014-12-15 12:15:11 +01:00
README.md Add some documentation 2014-12-11 18:09:48 +01:00

README.md

CPAL - Cross-platform audio library

Audio player in pure Rust.

  • Works only on win32 for the moment