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)
- Host: GitHub
- URL: https://github.com/eiz/pipewire-rs
- Owner: eiz
- License: mit
- Created: 2023-06-14T03:12:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T14:10:01.000Z (about 3 years ago)
- Last Synced: 2025-04-08T23:23:48.759Z (over 1 year ago)
- Language: Rust
- Size: 361 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code_of_conduct.md
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.