Example to use raw github URL, bump emscripten to 3.1.59, libarchive to 3.7.4, fix make script not finding cwd because early removal

This commit is contained in:
msqr1
2024-05-12 17:22:01 -07:00
parent f2fa67d637
commit 748b73bdb3
5 changed files with 14 additions and 14 deletions

View File

@@ -39,7 +39,7 @@
}))
// Load Vosklet module, model and recognizer
let module = await loadVosklet()
let model = await module.createModel("en-model.tgz","model","ID")
let model = await module.createModel("https://github.com/msqr1/Vosklet/raw/main/examples/en-model.tgz","model","ID")
let recognizer = await module.createRecognizer(model, 16000)
// Listen for result and partial result
recognizer.addEventListener("result", ev => {