Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new spec: Playout Statistics API for WebAudio #1549

Open
tidoust opened this issue Nov 6, 2024 · 2 comments · May be fixed by #1550
Open

Add new spec: Playout Statistics API for WebAudio #1549

tidoust opened this issue Nov 6, 2024 · 2 comments · May be fixed by #1550
Labels
new spec Suggestion to add a new spec

Comments

@tidoust
Copy link
Member

tidoust commented Nov 6, 2024

URL

https://wicg.github.io/web_audio_playout/

Rationale

Still flagged as an unofficial draft, but under incubation in WICG and now making progress. Implementation plans are not yet clear, but it seems worth adding as "pending".

Additional properties

{
  "standing": "pending"
}
@tidoust tidoust added the new spec Suggestion to add a new spec label Nov 6, 2024
@browser-specs-bot
Copy link
Collaborator

Changes to index.json

This update would trigger the following changes in index.json:

Add spec (1)
{
  "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"
  ]
}

Tests

These changes look good! 😎

@tidoust
Copy link
Member Author

tidoust commented Nov 6, 2024

@browser-specs-bot pr

github-actions bot pushed a commit that referenced this issue Nov 6, 2024
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! 😎
@browser-specs-bot browser-specs-bot linked a pull request Nov 6, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new spec Suggestion to add a new spec
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants