Okaml
Okaml
@aianyall001 could you find a solution?
ah it works when using the maven dependency
@virajkanwade hey did you manage to build this keyboard? If so please share what worked
Hello I have the same issue and i dont create a extra audiooutput just an input with AudioOptions audioOptions = new AudioOptions(); AudioTrackSource audioTrackSource = peerConnectionFactory.createAudioSource(audioOptions); AudioTrack audioTrack = peerConnectionFactory.createAudioTrack("audio",audioTrackSource);...
Ok so i found a fix thats working at least for me @Gamer08YT . When i compile it to a jar using maven shade plugin and run it via powershell...
make loadable ///////////////////////////////// mkdir -p dist gcc \ -fPIC -shared \ -Wall -Wextra \ -Ivendor/ \ -O3 \ \ sqlite-vec.c -o dist/vec0.so In file included from sqlite-vec.c:1: sqlite-vec.h:1:10: fatal error:...
will try my luck with the precompiled version thanks
i don know. with csharp and node, i get an error that it cant find the module. Verified the path. Ran as admin. my sqlite version 3.37.0. when i tried...