Update README.md

This commit is contained in:
__Rylex__
2024-04-11 21:20:35 -07:00
committed by GitHub
parent db61b7af6a
commit 4bca7c142d

View File

@@ -10,15 +10,15 @@
- Has models' storage path management - Has models' storage path management
- Has models' ID management (for model updates) - Has models' ID management (for model updates)
- Has smaller JS size (>3.1MB vs 1.4MB gzipped) - Has smaller JS size (>3.1MB vs 1.4MB gzipped)
- All related files (pthread worker, audio worklet processor,...) are merged - Has all related files (pthread worker, audio worklet processor,...) merged
- Has Faster processing time - Has faster processing time
- Has shorter from-scratch build time - Has shorter from-scratch build time
- Has most Vosk functions exposed - Has more Vosk functions exposed
# Basic usage (microphone recognition) # Basic usage (microphone recognition)
- Result are logged to the console. - Result are logged to the console.
- Copied from *examples/fromMic.html* - Copied from *examples/fromMic.html*
``` ```js
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>