Skip to content

Commit f42e0fd

Browse files
author
browser-specs-bot
committed
Add Playout Statistics API for WebAudio
Close #1549, adding the suggested spec to the list. ### Changes to `index.json` This update would trigger the following changes in `index.json`: <details><summary>Add spec (1)</summary> ```json { "url": "https://wicg.github.io/web_audio_playout/", "seriesComposition": "full", "shortname": "web_audio_playout", "series": { "shortname": "web_audio_playout", "currentSpecification": "web_audio_playout", "title": "Playout Statistics API for WebAudio", "shortTitle": "Playout Statistics API for WebAudio", "nightlyUrl": "https://wicg.github.io/web_audio_playout/" }, "standing": "pending", "organization": "W3C", "groups": [ { "name": "Web Platform Incubator Community Group", "url": "https://www.w3.org/community/wicg/" } ], "nightly": { "url": "https://wicg.github.io/web_audio_playout/", "status": "Unofficial Proposal Draft", "alternateUrls": [], "repository": "https://github.com/WICG/web_audio_playout", "sourcePath": "index.html", "filename": "index.html" }, "title": "Playout Statistics API for WebAudio", "source": "spec", "shortTitle": "Playout Statistics API for WebAudio", "categories": [ "browser" ] } ``` </details> ### Tests These changes look good! 😎
1 parent fb5f6de commit f42e0fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

specs.json

+4
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,10 @@
766766
"https://wicg.github.io/ua-client-hints/",
767767
"https://wicg.github.io/user-preference-media-features-headers/",
768768
"https://wicg.github.io/video-rvfc/",
769+
{
770+
"standing": "pending",
771+
"url": "https://wicg.github.io/web_audio_playout/"
772+
},
769773
"https://wicg.github.io/web-app-launch/",
770774
"https://wicg.github.io/web-otp/",
771775
"https://wicg.github.io/web-preferences-api/",

src/data/monitor.json

-4
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,6 @@
120120
"lastreviewed": "2024-11-01",
121121
"comment": "no published content yet"
122122
},
123-
"WICG/web_audio_playout": {
124-
"lastreviewed": "2024-11-01",
125-
"comment": "early proposal, https://chromestatus.com/feature/5172818344148992 says no active development"
126-
},
127123
"immersive-web/computer-vision": {
128124
"lastreviewed": "2024-11-01",
129125
"comment": "no published content yet"

0 commit comments

Comments
 (0)