The official repository is for the PipeWire server does not have a separate folder for include files (well, it only contains Valgrind files), and I don't want to skim through a lot of docs to select what needs for audio, then reconstruct it in a text editor.
5 Comments
onlinepersona@programming.dev · 1 pts · 132d
I can assure you, they are in the repository.
hosaka@programming.dev · 1 pts · 132d
You sure you actually looked? https://github.com/PipeWire/pipewire/blob/master/src%2Fpipewire%2Fpipewire.h
ZILtoid1991@lemmy.world · 1 pts · 131d
Is it enough if I only use the header files?
gera@feddit.nu · 1 pts · 126d
Do you want to use pipewire to play audio in your C program? This might help https://docs.pipewire.org/page_tutorial.html Although it's easier and practical to use cross-platform libraries such as SDL or PortAudio instead
ZILtoid1991@lemmy.world · 1 pts · 126d
I'm writing my own cross-platform library, iota.