No description
| .vim | ||
| docs | ||
| examples | ||
| include/warppipe | ||
| perf | ||
| src | ||
| tests | ||
| .clangd | ||
| .envrc | ||
| .envrc.example | ||
| .gitignore | ||
| clangd-wrapper.sh | ||
| CMakeLists.txt | ||
| LSP_SETUP.md | ||
| PLAN.md | ||
| README.md | ||
warppipe
A C++ libpipewire library for creating virtual sinks/sources and managing links.
Build
Requirements:
- CMake 3.20+
- pkg-config
- libpipewire-0.3 development files
- C++17 compiler
Aurora / Universal Blue (Homebrew):
/home/linuxbrew/.linuxbrew/bin/brew install cmake pkg-config pipewire
Build:
cmake -S . -B build
cmake --build build
Example:
./build/warppipe_example