https://github.com/gitcommitshow/web-speech-boilerplate
Transcribe speech in browser
https://github.com/gitcommitshow/web-speech-boilerplate
speech-recognition speech-to-text stt transcription voice voice-recognition web-speech-api
Last synced: about 1 month ago
JSON representation
Transcribe speech in browser
- Host: GitHub
- URL: https://github.com/gitcommitshow/web-speech-boilerplate
- Owner: gitcommitshow
- Created: 2024-10-21T12:00:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T12:33:00.000Z (over 1 year ago)
- Last Synced: 2025-12-15T03:33:17.986Z (3 months ago)
- Topics: speech-recognition, speech-to-text, stt, transcription, voice, voice-recognition, web-speech-api
- Language: HTML
- Homepage: https://gitcommitshow.github.io/web-speech-boilerplate/
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web-speech-boilerplate
Transcribe speech in browser

A demo of browser's [SpeechRecognition API capabilities](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition).
As it uses the browser native SpeechRecognition APIs, no additional installation required, no API integration with STT models required. Works offline in selected browsers/systems.
## Features
- [x] Live transcription
- [x] Continuous recording
- [x] Chunked recording
- [x] Single recording
- [x] Language configuration
- [x] Interim result configuration
## Supported browsers
- [x] Chrome
- [x] Safari
- [x] Edge
- [x] Opera