An open API service indexing awesome lists of open source software.

https://github.com/eiz/pipewire-rs

(fork of gitlab main branch, do not use)
https://github.com/eiz/pipewire-rs

Last synced: about 1 year ago
JSON representation

(fork of gitlab main branch, do not use)

Awesome Lists containing this project

README

          

# pipewire-rs

### Rust bindings for pipewire and SPA libraries

- Documentation
- [`pipewire`](https://pipewire.pages.freedesktop.org/pipewire-rs/pipewire/)
- [`libspa`](https://pipewire.pages.freedesktop.org/pipewire-rs/libspa/index.html)
- [Examples](https://gitlab.freedesktop.org/pipewire/pipewire-rs/-/tree/main/pipewire/examples)
- [How to contribute](https://gitlab.freedesktop.org/pipewire/pipewire-rs/-/blob/main/CONTRIBUTING.md)

### **These bindings are work-in-progress. Expect frequent breakage, bugs and missing features.**

## Requirements
- Rust 1.64 or newer
- PipeWire 0.3 development files
- Clang (see [bindgen requirements](https://rust-lang.github.io/rust-bindgen/requirements.html))

## Getting help
You can ask questions related to the rust bindings at [#pipewire-rs](irc://irc.oftc.net:6667/pipewire-rs), and general pipewire questions at [#pipewire](irc://irc.oftc.net:6667/pipewire) via IRC on [OFTC](https://www.oftc.net/).

## License
The pipewire-rs project is distributed under the terms of the MIT license.

See [LICENSE](LICENSE) for more information.