Skip to content

1.2.0

Compare
Choose a tag to compare
@msqr1 msqr1 released this 28 Sep 19:58
· 18 commits to main since this release
  • 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)