Where can I find the header files for PipeWire?

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.

7 points · 5 comments · view on lemmy.world

5 Comments

onlinepersona@programming.dev · 1 pts · 132d

I can assure you, they are in the repository.

hosaka@programming.dev · 1 pts · 132d (3 replies)
ZILtoid1991@lemmy.world · 1 pts · 131d (2 replies)

Is it enough if I only use the header files?

gera@feddit.nu · 1 pts · 126d (1 reply)

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.