go-webrtcvad
go-webrtcvad copied to clipboard
[SOLVED] Header file not found
Not sure if I have some kind of broken setup on my machine, but I was running into a compilation error because the C header files weren't found.
Probably was searching for half an hour until I realized, that my go mod vendor
would just not copy over the folder with all the C-files:
Manually cloning and copying the files in there fixed it for me.