I want local speech recognition for Web Speech #149
aarongustafson
started this conversation in
Wants
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to see speech recognition (STT) implemented locally within the browser in an extensible way. This would avoid the necessity of recording the user voice (with or without notice or permission) and sending that personally-identifiable, sensitive, biometric data to a remote web service.
The current workaround is to not use
SpeechRecognition
in Chrome or Chromium browsers because implementers do not give notice or ask for permission to record and ship the user’s voice to an undisclosed remote web service. A viable alternative not shipped with the browser is PocketSphinx.https://webwewant.fyi/wants/55/
Beta Was this translation helpful? Give feedback.
All reactions