1 unstable release

Uses old Rust 2015

0.1.0 Sep 15, 2024

#753 in Audio

Download history 54/week @ 2024-11-15 57/week @ 2024-11-22 43/week @ 2024-11-29 54/week @ 2024-12-06 66/week @ 2024-12-13 23/week @ 2024-12-20 12/week @ 2024-12-27 25/week @ 2025-01-03 39/week @ 2025-01-10 68/week @ 2025-01-17 309/week @ 2025-01-24 52/week @ 2025-01-31 79/week @ 2025-02-07 1094/week @ 2025-02-14 432/week @ 2025-02-21 993/week @ 2025-02-28

2,611 downloads per month
Used in 6 crates (via portaudio)

MIT license

70KB
693 lines

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.

Dependencies