Skip to content

OleksiyRudenko/voice-input-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voice Input Test

The purpose of this repo is to demo WEB API speech recognition.

The features:

  • 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 - remove previous word (token) from latest active voice input
    • undo - discard latest active voice input
    • redo - redo latest undo effect
    • capitalize - capitalize sentences
    • trim spaces - remove excessive spaces
  • 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
  • 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