Cross-platform audio in Rust
Go to file
tomaka ad360d2a32 Merge pull request #128 from tomaka/tomaka-patch-1
Bump to 0.3.1
2016-08-20 07:40:07 +02:00
alsa-sys Bump alsa-sys to 0.1 2016-08-14 20:16:34 +02:00
examples Fix most warnings 2016-08-12 17:57:06 +02:00
src Fix #126 2016-08-19 21:48:53 +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
.travis.yml Fix for travis build 2016-01-12 17:30:18 +01:00
Cargo.toml Bump to 0.3.1 2016-08-20 07:35:53 +02:00
README.md Update the Cargo.toml and the README 2016-08-12 17:54:54 +02: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.3.0"

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.