portaudio

Crates.ioportaudio
lib.rsportaudio
version0.8.0
sourcesrc
created_at2014-11-20 22:28:56.569437
updated_at2024-10-13 16:33:21.791196
descriptionPortAudio bindings for Rust.
homepagehttps://github.com/RustAudio/rust-portaudio
repositoryhttps://github.com/RustAudio/rust-portaudio.git
max_upload_size
id173
size149,647
rust-portaudio maintainers (github:rustaudio:rust-portaudio-maintainers)

documentation

README

rust-portaudio

Crates.io docs.rs

License Build Status

PortAudio bindings and wrappers for Rust.

PortAudio is a free, cross-platform, open-source, audio I/O library.

rust-portaudio is in maintenance mode. Consider using CPAL instead.

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. If this fails please let us know! In the mean-time, you can manually download and install PortAudio yourself.

On Mac OS X, you may need to install manually portaudio and pkg-config (using brew, run brew install portaudio and brew install pkg-config)

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.

Commit count: 347

cargo fmt