|
1 month ago | |
---|---|---|
examples | 4 years ago | |
src | 4 years ago | |
tests | 4 years ago | |
.gitignore | 4 years ago | |
Cargo.toml | 4 years ago | |
LICENSE_APACHE_20 | 8 months ago | |
LICENSE_MIT | 4 years ago | |
README.md | 1 month ago | |
build.rs | 4 years ago | |
circle.yml | 4 years ago |
Please consider this library abandonware.
I will keep reviewing merge requests but I won't fix any bugs or add features myself, this is due to lack of time and also because I lost my interest in Rust.
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
Licensed 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.