You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Web Speech API is a web standard API that allows developers to incorporate speech recognition and synthesis into their web pages. Currently, the Web Speech API spec does not mention where speech recognition occurs, and most implementers of the API perform speech recognition using a cloud service. Enabling on-device speech recognition support allows websites to ensure that neither audio nor transcribed speech are sent to a third-party service for processing.
The text was updated successfully, but these errors were encountered:
WebKittens
@eric-carlson
Title of the proposal
On-device Web Speech API
URL to the spec
WebAudio/web-speech-api#122
URL to the spec's repository
https://github.com/WebAudio/web-speech-api/
Issue Tracker URL
No response
Explainer URL
No response
TAG Design Review URL
No response
Mozilla standards-positions issue URL
mozilla/standards-positions#1157
WebKit Bugzilla URL
No response
Radar URL
No response
Description
The Web Speech API is a web standard API that allows developers to incorporate speech recognition and synthesis into their web pages. Currently, the Web Speech API spec does not mention where speech recognition occurs, and most implementers of the API perform speech recognition using a cloud service. Enabling on-device speech recognition support allows websites to ensure that neither audio nor transcribed speech are sent to a third-party service for processing.
The text was updated successfully, but these errors were encountered: