allyourcodebase/pipewire
pipewire ported to the zig build system
refsaf9c32ce4824e0ad4337447434c40f2b672faf94Pipewire client library, ported to the Zig build system.
I want a static executable that can play audio and turn screen contents into a video feed.
I got the screen-play example that displays the current webcam feed compiling and running (see zig build screen-play.)
The pipewire library makes heavy use of dlopen internally, so further work will be needed to link statically to it.