An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# web-speech-boilerplate
Transcribe speech in browser

![Demo screenshot](./demo.png)

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