#pulse-audio #binding

libpulse-binding

A Rust language binding for the PulseAudio libpulse library

33 stable releases

2.28.1 Jul 18, 2023
2.27.1 Jan 9, 2023
2.26.0 Jan 13, 2022
2.25.0 Aug 29, 2021
1.0.3 Feb 10, 2018

#8 in Audio

Download history 12977/week @ 2023-12-23 12474/week @ 2023-12-30 13282/week @ 2024-01-06 15414/week @ 2024-01-13 15213/week @ 2024-01-20 16773/week @ 2024-01-27 19980/week @ 2024-02-03 19118/week @ 2024-02-10 13662/week @ 2024-02-17 22149/week @ 2024-02-24 16552/week @ 2024-03-02 16267/week @ 2024-03-09 17363/week @ 2024-03-16 21320/week @ 2024-03-23 17729/week @ 2024-03-30 18556/week @ 2024-04-06

78,406 downloads per month
Used in 47 crates (35 directly)

MIT/Apache

780KB
9K SLoC

libpulse-binding

GitHub Workflow Status crates.io docs.rs min-rust-version

A Rust language binding for the PulseAudio libpulse library.

Usage

Add this crate to the dependencies specified in your Cargo.toml:

[dependencies]
libpulse-binding = "2.0"

Though you may wish to rename the crate to a shorter name (for example pulse) for cleaner references within your code:

[dependencies]
pulse = { version = "2.0", package = "libpulse-binding" }

An alternative to that which some may prefer is:

[dependencies.pulse]
version = "2.0"
package = "libpulse-binding"

PulseAudio version compatibility

The default functionality provided is support for PulseAudio version 8.0 or newer. This should be good enough for most needs, however if you need to use something only available in a newer version then you can select the corresponding version compatibility feature to raise the minimum compatibility level. You can also reduce support down to even older versions if you wish. See the overall project COMPATIBILITY.md file for further details.

License

Licensed under either of

at your option.

Contribution

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.

Dependencies

~1.2–1.8MB
~40K SLoC