~vladh/hare-pipewire

Hare bindings for Pipewire
a1d410f9 — Vlad-Stefan Harbuz 7 months ago
fix spaces
Fix "Can't have pointer to zero-sized type" errors
1096cd93 — Vlad-Stefan Harbuz 7 months ago
add contributing section

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~vladh/hare-pipewire
read/write
git@git.sr.ht:~vladh/hare-pipewire

You can also use your local clone with git send-email.

#Hare pipewire Bindings

Dependencies:

Dependencies for demo:

#Vendoring

git subtree -P vendor/hare-pipewire/ add https://git.sr.ht/~vladh/hare-pipewire main

#Test

There is a .wav file test you can run with make run. Put a test.wav file in the root directory to play it.

#Contributing

Send patches to ~vladh/general@lists.sr.ht using subject prefix [PATCH hare-pipewire]. For example:

git config sendemail.to '~vladh/general@lists.sr.ht'
git config format.subjectPrefix 'PATCH hare-pipewire'
git send-email HEAD^

For more information, see git-send-email.io.