Cross-platform audio in Rust
Go to file
tomaka e1380e0d57 Merge pull request #155 from mitchmindtree/publish
Publish 0.4.5 with recent macOS fix
2017-04-28 17:25:29 +02:00
alsa-sys Bump alsa-sys version number 2017-03-06 15:57:18 +00:00
examples impl play and pause for ALSA 2016-10-02 13:29:01 +02:00
src SampleStream also holds on to the AudioUnit so it is not dropped 2017-04-19 11:44:42 +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 Stop publishing on gh-pages 2017-02-10 09:45:41 +01:00
Cargo.toml Publish 0.4.5 2017-04-29 01:04:13 +10:00
README.md Publish 0.4.0 2016-10-01 10:30:38 +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.4.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.