diff --git a/README.md b/README.md index e1cc26a..2f28b74 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,30 @@ # Overview - A speech recognizer built on Vosk that can be run on the browser, inspired by [vosk-browser](https://github.com/ccoreilly/vosk-browser), but built from scratch and no code taken! - Designed with basic/nothrow exception safety -- See the *examples* folder for examples on using the API +- See the *examples* folder for examples on using the API. - See the *devel* folder for the newest build (not guaranteed to work) and the JS build script -# Compared to vosk-browser: +# Compared to vosk-browser - Support multiple models -- Model storage path management -- Model ID management (for model updates) -- Smaller JS size (>3.1MB vs 1.4MB gzipped) -- All related files (pthread worker, worklet processor,...) are merged -- Shorter from-scratch build time -- Faster loading and processing time +- Has models' storage path management +- Has models' ID management (for model updates) +- Has smaller JS size (>3.1MB vs 1.4MB gzipped) +- All related files (pthread worker, audio worklet processor,...) are merged +- Has shorter from-scratch build time +- Has faster startup time # Basic usage (microphone recognition) +- Result are logged to the console. ```
- +