1 unstable release
Uses old Rust 2015
0.3.1 | Mar 3, 2015 |
---|
#4 in #port-audio
82KB
1K
SLoC
rust-portaudio
Portaudio bindings for Rust
PortAudio is a free, cross-platform, open-source, audio I/O library. These are the bindings and wrappers for Rust.
PortAudio website : http://portaudio.com
Rust-PortAudio use the same license as PortAudio : the MIT license.
Rust-PortAudio is still under heavy development, so there will probably be bugs.
Only the blocking API work for the moment.
Installation
rust-portaudio will try to detect portaudio on your system and, failing that (or if given the PORTAUDIO_ONLY_STATIC
environment variable on the build process), will download and build portaudio statically.
rust-portaudio is built using cargo, so just type cargo build
at the root of the rust-portaudio repository.
You can build the tests and examples with cargo test
, and the documentation with cargo doc
.