Add proper nouns, jargon, or acronyms the recognizer might miss. Words added here are injected directly into the recognizer's grammar, biasing it toward your vocabulary.
Note: custom vocabulary is applied when the recognizer loads. After adding words, click Reload Recognizer or restart dictation for changes to take effect.
Bind spoken phrases to text expansions or actions. When the recognizer hears your phrase, it fires instead of transcribing it literally.
Tiger Transcribe is a fully offline dictation tool. After the model loads once, the page can be saved to disk and opened from file:// — everything runs entirely in your browser.
vosk-browser. Runs entirely in your browser — no audio ever leaves your device.file://: some browsers restrict Web Workers and blob URLs when this page is opened directly from disk, which can break the recognizer. If you see URL or security errors in the console, serve the file over a local HTTP server instead (e.g. python3 -m http.server).