From e1644071525dd0c534a78062178ed3ae77577ecb Mon Sep 17 00:00:00 2001 From: Paul Adenot Date: Fri, 10 Jan 2025 11:04:57 +0100 Subject: [PATCH] Add on-device Web Speech API (positive) --- activities.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/activities.yml b/activities.yml index a1ddb46..76790ee 100644 --- a/activities.yml +++ b/activities.yml @@ -2626,6 +2626,23 @@ Web Share Target API: url: https://wicg.github.io/web-share-target/ venues: - Proposal +Web Speech API on-device: + bug: https://bugzilla.mozilla.org/show_bug.cgi?id=webspeechondevice + caniuse: null + description: This is a set of improvements to the Web Speech API specification + that aims at adding features for users to performe speech-to-text and + text-to-speech using the device's capabilities, without relying on web services. + id: web-speech-api-on-device + issue: 1157 + mdn: null + position: positive + rationale: 'We believe this is a strong and welcome improvement to the API, + on multiple aspects: added capabilities to the platform, in terms for feature + and performance (e.g. being able to do high-quality low-latency recognition), + but also accessibility and privacy.' + url: https://github.com/WebAudio/web-speech-api + venues: + - W3C Web Thing API: bug: null caniuse: null