Crates.io | rsoundio |
lib.rs | rsoundio |
version | 0.1.6 |
source | src |
created_at | 2016-02-27 15:36:10.818945 |
updated_at | 2016-05-03 00:08:24.502708 |
description | libsoundio bindings for Rust |
homepage | |
repository | https://github.com/klingtnet/rsoundio |
max_upload_size | |
id | 4309 |
size | 120,648 |
Rsoundio is a wrapper for libsoundio, a cross-platform realtime audio in- and output library.
The following backends are supported:
For a comparison of libsoundio with other audio libaries, take a look at the wiki.
This is a work in progress and there are still some things that don't work, especially recording via input streams is not supported yet (see TODOs. Most of the input stream implementation can be copied from the output stream though.
Add it to the dependencies
section of your projects Cargo.toml
[dependencies]
rsoundio = "0.1.*"
cargo run --example sine
InStream
SoundIo
structwrite_stream_FMT
accept an iterator instead of a Vec<Vec<FMT>>
rsoundio::ffi
private and only export the enumsLicensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.