#pulse-audio #ffi

sys libpulse-sys

FFI bindings for the PulseAudio libpulse system library

44 stable releases

1.21.0 Jul 18, 2023
1.20.1 Jan 9, 2023
1.19.3 Dec 7, 2021
1.19.2 Aug 29, 2021
0.0.0 Jan 11, 2016

#433 in Audio

Download history 12256/week @ 2023-12-18 13000/week @ 2023-12-25 12808/week @ 2024-01-01 13111/week @ 2024-01-08 15677/week @ 2024-01-15 14613/week @ 2024-01-22 17674/week @ 2024-01-29 20241/week @ 2024-02-05 17014/week @ 2024-02-12 13964/week @ 2024-02-19 23208/week @ 2024-02-26 16476/week @ 2024-03-04 16626/week @ 2024-03-11 18239/week @ 2024-03-18 20650/week @ 2024-03-25 18758/week @ 2024-04-01

76,079 downloads per month
Used in 53 crates (8 directly)

MIT/Apache

165KB
2K SLoC

libpulse-sys

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

FFI bindings for the PulseAudio libpulse system library. See also the higher-level libpulse-binding crate.

Usage

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

[dependencies]
libpulse-sys = "1.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 = "1.0", package = "libpulse-sys" }

An alternative to that which some may prefer is:

[dependencies.pulse]
version = "1.0"
package = "libpulse-sys"

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.7MB
~37K SLoC