# Overview - A fast, lightweight, actively maintained speech recognizer in the browser with total brotlied (used by JSDelivr) size of **under a megabyte** (614 KB) - Live Demo (ASR in 20 languages): https://msqr1-github-io.pages.dev/Vosklet - Inspired by vosk-browser by [ccoreilly](https://github.com/ccoreilly) # Documentation - See [Documentation.md](Documentation.md) # Vosklet ... - Is regularly maintained - Support multiple models - Include model cache path management - Include model cache ID management (for updates) - Wraps all Vosk's functionaly - Faster and lighter than vosk-browser # Basic usage (microphone recognition in English) - Using JsDelivr CDN - Result are logged to the console - Copied from [Examples/fromMic.html](Examples/fromMic.html) - **IMPORTANT:** Please see [Examples/README.md](Examples/README.md) ```html
```