Releases: msqr1/Vosklet
Releases · msqr1/Vosklet
1.2.1
1.2.0
- Use
createSyncAccessHandle
to support more browsers (will spawn an extra worker) - Licence changed to MIT from Apache 2.0
- Get OPFS root directory only once (it may throw
SecurityError
when called) - Closure compile JS and limit INCOMING_JS_MODULE_API for size reduction (now less than 30000 characters)
- Vectorize range mapping data in Vosk
AcceptWaveform
(+3% perf) - Halve thread stack size (down to 32768 bytes)
- Startup all threads at once in JS (remove repeated C++ --> JS switching overhead)
- Remove minification from JS URL (please change URL from Vosklet.min.js to Vosklet.js)
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
Make stuff work with a CDN again (Emscripten issue #21937)
Other changes: 1.0.2...1.0.3