Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleksiyrudenko/voice-input-test
https://github.com/oleksiyrudenko/voice-input-test
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oleksiyrudenko/voice-input-test
- Owner: OleksiyRudenko
- Created: 2023-12-13T16:23:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-06T16:36:31.000Z (11 months ago)
- Last Synced: 2024-10-29T20:13:22.068Z (2 months ago)
- Language: JavaScript
- Homepage: https://oleksiyrudenko.github.io/voice-input-test/
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Voice Input Test
The purpose of this repo is to demo WEB API
speech recognition.The features:
- [x] Activate/deactivate voice input on a specific input
- [x] Show interim recognition result
- [x] Recognize punctuation marks
(`full stop`, `comma`, `dash`, `exclamation mark`, `question mark`)
- [x] Recognize `new line`
- [x] Recognize commands
- [x] `backspace` - remove previous word (token) from latest active voice input
- [x] `undo` - discard latest active voice input
- [ ] `redo` - redo latest undo effect
- [ ] `capitalize` - capitalize sentences
- [ ] `trim spaces` - remove excessive spaces
- [x] Insert new input at current cursor position
- [x] Replace selected fragment of text with new input
- [x] Put final result into targeted input
- [x] Blur input field on recognition idle
- [ ] Keep input history## CHANGELOG
### 2024-02-05 v1.0
16h20m
- Activate/deactivate voice input on a specific input
- Show interim recognition result
- Recognize punctuation marks
(`full stop`, `comma`, `dash`, `exclamation mark`, `question mark`)
- Recognize `new line`
- Recognize commands (`backspace`, `undo`) within latest active voice input
- Insert new input at current cursor position
- Replace selected fragment of text with new input
- Put final result into targeted input
- Blur input field on recognition idle