Bump Emscripten to 3.1.58, bump Vosk to 0.3.50, small refactor and doc.

This commit is contained in:
msqr1
2024-04-23 20:59:04 -07:00
parent 5f5a7a7571
commit 64e4c4c117
10 changed files with 26 additions and 32 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 newest build (not guaranteed to work) and the JS build script
- See the *devel* folder for the build script for development
# Compared to vosk-browser
- Support multiple models
@@ -18,7 +18,7 @@
# Basic usage (microphone recognition)
- Result are logged to the console.
- Copied from *examples/fromMic.html*
```js
```html
<!DOCTYPE html>
<html>
<head>