34 releases

Uses old Rust 2015

0.7.0 Aug 4, 2016
0.6.4 Apr 13, 2016
0.6.3 Feb 25, 2016
0.6.1 Dec 28, 2015
0.3.0 Nov 20, 2014

⚠️ Issues reported

#740 in Operating systems

Download history 2873/week @ 2024-01-15 2752/week @ 2024-01-22 3873/week @ 2024-01-29 4557/week @ 2024-02-05 5210/week @ 2024-02-12 6021/week @ 2024-02-19 13214/week @ 2024-02-26 5345/week @ 2024-03-04 4417/week @ 2024-03-11 2948/week @ 2024-03-18 4934/week @ 2024-03-25 3250/week @ 2024-04-01 4041/week @ 2024-04-08 5328/week @ 2024-04-15 6719/week @ 2024-04-22 5272/week @ 2024-04-29

21,409 downloads per month
Used in 15 crates (12 directly)

MIT license

140KB
2K SLoC

rust-portaudio Build Status Crates.io Crates.io

PortAudio bindings and wrappers for Rust.

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

rust-portaudio is still under development, so there may be bugs - please feel free to add an issue or even better, submit a PR!

To use rust-portaudio in your own project, add it to your Cargo.toml dependencies like so:

[dependencies]
portaudio = "X.Y.Z"

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.

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

~315–425KB