https://github.com/fossoreslp/pw-vban
VBAN module for PipeWire
https://github.com/fossoreslp/pw-vban
aoip pipewire vban
Last synced: 9 months ago
JSON representation
VBAN module for PipeWire
- Host: GitHub
- URL: https://github.com/fossoreslp/pw-vban
- Owner: FossoresLP
- License: bsl-1.0
- Created: 2022-12-23T17:14:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T17:21:43.000Z (over 3 years ago)
- Last Synced: 2025-08-21T18:34:34.086Z (10 months ago)
- Topics: aoip, pipewire, vban
- Language: Rust
- Homepage:
- Size: 24.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
VBAN module for PipeWire
========================
Crates
------
### arr_macro
This crate contains a macro to initalize more complex array structures without writing out the whole arrays.
### generic_module
This crate contains a generic example of how to write a module in Rust.
### receiver
This crate contains the VBAN receiver module. It's still WIP.
### transmitter
This crate contains the VBAN transmitter module.
It is written completely in Rust and works just like any other PipeWire module.
Patch
-----
The reason that pipewire-rs is added as a submodule is that it currently needs to be patched with `core.patch`.
```sh
patch pipewire-rs/pipewire/src/core_.rs core.patch
```