warppipe -> Warp Pipe

This commit is contained in:
Joey Yakimowich-Payne 2026-01-31 11:44:55 -07:00
commit 00e997a204
4 changed files with 16 additions and 16 deletions

View file

@ -1,4 +1,4 @@
# warppipe
# Warp Pipe
Warp Pipe is a C++20 static library wrapping libpipewire for virtual audio node management, link routing, and per-app routing policy.
@ -131,7 +131,7 @@ See [docs/config-schema.md](docs/config-schema.md) for full schema documentation
## Policy-Only Mode
When running alongside WirePlumber, enable `policy_only` to prevent warppipe from creating links that conflict with the session manager:
When running alongside WirePlumber, enable `policy_only` to prevent Warp Pipe from creating links that conflict with the session manager:
```cpp
warppipe::ConnectionOptions opts;