Skip to content

Commit

Permalink
Add Playout Statistics API for WebAudio
Browse files Browse the repository at this point in the history
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! 😎
  • Loading branch information
browser-specs-bot committed Nov 6, 2024
1 parent fb5f6de commit f42e0fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,10 @@
"https://wicg.github.io/ua-client-hints/",
"https://wicg.github.io/user-preference-media-features-headers/",
"https://wicg.github.io/video-rvfc/",
{
"standing": "pending",
"url": "https://wicg.github.io/web_audio_playout/"
},
"https://wicg.github.io/web-app-launch/",
"https://wicg.github.io/web-otp/",
"https://wicg.github.io/web-preferences-api/",
Expand Down
4 changes: 0 additions & 4 deletions src/data/monitor.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@
"lastreviewed": "2024-11-01",
"comment": "no published content yet"
},
"WICG/web_audio_playout": {
"lastreviewed": "2024-11-01",
"comment": "early proposal, https://chromestatus.com/feature/5172818344148992 says no active development"
},
"immersive-web/computer-vision": {
"lastreviewed": "2024-11-01",
"comment": "no published content yet"
Expand Down

0 comments on commit f42e0fd

Please sign in to comment.