ricky0123 / vad

Voice activity detector (VAD) for the browser with a simple API
https://www.vad.ricky0123.com
Other
890 stars 143 forks source link

Broken with onnxruntime 1.19.2 #139

Open jurmous opened 1 month ago

jurmous commented 1 month ago

With a yarn upgrade the library won't load the wasm but tries to load the mjs files. When moving back to onnxruntime 1.18.0 in the yarn.lock it works again.

ilyausorov commented 1 month ago

I found with onnxruntime version 1.19.2 you just needed to also copy the node_modules/onnxruntime-web/dist/ort-wasm-simd-threaded.mjs file to wherever you're copying the wasm file and then it worked fine.