syl22-00/pocketsphinx.js
Speech recognition in JavaScript and WebAssembly observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4841
- days_rel: n/a
- days_push: 2341
- n_releases_24m: 0
Adoption not part of the score
1508 stars · 262 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
PocketSphinx.js is a speech recognition library that runs entirely in the web browser, built by compiling the PocketSphinx C recognizer to JavaScript/WebAssembly with Emscripten. It includes an audio recorder component based on the Web Audio API and a Web Worker wrapper to keep recognition off the UI thread.
Use cases
- add offline speech recognition to a web page
- recognize voice commands in the browser without a server
- build a keyword spotting web app
- record audio in the browser with the web audio api
- run speech recognition in a web worker
- support chinese speech recognition in the browser
When to choose
- you need fully client-side, offline speech recognition in the browser
- you want keyword spotting without sending audio to a server
- you need a small vocabulary recognizer with no per-request cloud costs
When to avoid
- you need high-accuracy large-vocabulary recognition (modern models like Whisper or cloud APIs are better)
- you need a maintained project - the last release was 2020 and there is no license file
- you need server-side or mobile-native speech recognition
Facets
library · maturity maintenance
speech-recognition audio-processing sdk speech-processing web-development browser wasm pocketsphinx emscripten web-worker keyword-spotting offline-speech-recognition natural-language-processing javascript
1 source
- readme: https://github.com/syl22-00/pocketsphinx.js · fetched 2026-08-28 · ed9a23230dc6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| syl22-00/pocketsphinx.js | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="syl22-00/pocketsphinx.js")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem