Cross-platform audio in Rust
Go to file
tomaka 4b019243c2 Rename the methods of the backend as well (#164) 2017-10-12 11:54:09 +02:00
alsa-sys Bump alsa-sys version number 2017-03-06 15:57:18 +00:00
examples Run rustfmt on the code (#162) 2017-10-11 13:24:49 +02:00
src Rename the methods of the backend as well (#164) 2017-10-12 11:54:09 +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
.rustfmt.toml Run rustfmt on the code (#162) 2017-10-11 13:24:49 +02:00
.travis.yml Stop publishing on gh-pages 2017-02-10 09:45:41 +01:00
Cargo.toml Publish 0.4.6 (#163) 2017-10-11 14:34:40 +02:00
README.md Update version number in readme 2017-07-18 14:00:21 -04:00
appveyor.yml Fix the appveyor build 2014-12-23 15:28:38 +01:00

README.md

CPAL - Cross-platform audio library

Documentation

[dependencies]
cpal = "0.4.5"

Low-level library for audio playback in pure Rust.

This library allows you to open a channel with the audio device of the user's machine, and send PCM data to it.