Add findWord to model object, update docs and change test directory

This commit is contained in:
msqr1
2024-04-28 21:46:36 -07:00
parent b7df449ae0
commit 0342e66e74
15 changed files with 69 additions and 171 deletions

View File

@@ -3,7 +3,7 @@
- Designed with basic/nothrow exception safety
- See the *examples* folder for examples on using the API.
- See *API.md* for the API reference
- See the *devel* folder for the build script for development
- See *test* for a developer build script for just the JS
# Compared to vosk-browser
- Support multiple models
@@ -22,7 +22,7 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/gh/msqr1/Vosklet@1.0.0/Vosklet.js" async defer></script>
<script src="https://cdn.jsdelivr.net/gh/msqr1/Vosklet@1.0.2/Vosklet.js" async defer></script>
<script>
async function start() {
// Make sure sample rate matches that in the training data