mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-04-19 01:00:38 +02:00
Simple library that uses sockets for inter-process communication. It provides an API to create server and client objects. Users can add custom handlers in the server, and clients can send requests for those custom handlers.
3 lines
45 B
Meson
3 lines
45 B
Meson
subdir('wp')
|
|
subdir('wplua')
|
|
subdir('wpipc')
|