Build Kaldi with openblas instead of clapack-wasm. Size increased ti 616KB, but performance increased by 20% (thanks OpenBLAS!)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Overview
|
||||
- A lightweight, up to date speech recognizer in the browser with total brotlied (used by JSDelivr) size of **under a megabyte** (609 KB)
|
||||
- A lightweight, up to date speech recognizer in the browser with total brotlied (used by JSDelivr) size of **under a megabyte** (616 KB)
|
||||
- Live Demo (ASR in 20 languages): https://msqr1-github-io.pages.dev/Vosklet
|
||||
- Inspired by [vosk-browser](https://github.com/ccoreilly/vosk-browser)
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
- Include model cache path management
|
||||
- Include model cache ID management (for updates)
|
||||
- Wraps all Vosk's functionaly
|
||||
- Faster than vosk-browser
|
||||
|
||||
# Basic usage (microphone recognition in English)
|
||||
- Using JsDelivr CDN
|
||||
|
||||
Reference in New Issue
Block a user