Build Kaldi with openblas instead of clapack-wasm. Size increased ti 616KB, but performance increased by 20% (thanks OpenBLAS!)

This commit is contained in:
msqr1
2024-10-09 22:09:03 -07:00
parent b4a671175a
commit 4e66c011fe
11 changed files with 118 additions and 125 deletions

View File

@@ -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