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 Web Audio API 1.1 #1563

Merged
merged 1 commit into from
Nov 13, 2024
Merged

Add Web Audio API 1.1 #1563

merged 1 commit into from
Nov 13, 2024

Conversation

browser-specs-bot
Copy link
Collaborator

Close #1557, adding the suggested spec to the list.

Changes to index.json

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

Add spec (1)
{
  "url": "https://www.w3.org/TR/webaudio-1.1/",
  "seriesComposition": "full",
  "shortname": "webaudio-1.1",
  "series": {
    "shortname": "webaudio",
    "currentSpecification": "webaudio-1.1",
    "title": "Web Audio API",
    "shortTitle": "Web Audio API",
    "releaseUrl": "https://www.w3.org/TR/webaudio/",
    "nightlyUrl": "https://webaudio.github.io/web-audio-api/"
  },
  "seriesVersion": "1.1",
  "seriesPrevious": "webaudio-1.0",
  "organization": "W3C",
  "groups": [
    {
      "name": "Audio Working Group",
      "url": "https://www.w3.org/groups/wg/audio/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/webaudio-1.1/",
    "status": "First Public Working Draft",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://webaudio.github.io/web-audio-api/",
    "status": "Editor's Draft",
    "alternateUrls": [],
    "repository": "https://github.com/WebAudio/web-audio-api",
    "sourcePath": "index.bs",
    "filename": "index.html"
  },
  "title": "Web Audio API 1.1",
  "source": "w3c",
  "shortTitle": "Web Audio API 1.1",
  "categories": [
    "browser"
  ],
  "standing": "good",
  "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
      "webaudio"
    ]
  }
}
Update spec in the same series (1)
{
  "url": "https://www.w3.org/TR/webaudio-1.0/",
  "seriesComposition": "full",
  "shortname": "webaudio-1.0",
  "series": {
    "shortname": "webaudio",
    "currentSpecification": "webaudio-1.1",
    "title": "Web Audio API",
    "shortTitle": "Web Audio API",
    "releaseUrl": "https://www.w3.org/TR/webaudio/",
    "nightlyUrl": "https://webaudio.github.io/web-audio-api/"
  },
  "seriesVersion": "1.0",
  "formerNames": [
    "webaudio"
  ],
  "seriesNext": "webaudio-1.1",
  "organization": "W3C",
  "groups": [
    {
      "name": "Audio Working Group",
      "url": "https://www.w3.org/groups/wg/audio/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/webaudio/",
    "status": "Recommendation",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://webaudio.github.io/web-audio-api/",
    "status": "Editor's Draft",
    "alternateUrls": [],
    "repository": "https://github.com/WebAudio/web-audio-api",
    "sourcePath": "index.bs",
    "filename": "index.html"
  },
  "title": "Web Audio API",
  "source": "w3c",
  "shortTitle": "Web Audio API",
  "categories": [
    "browser"
  ],
  "standing": "good",
  "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
      "webaudio"
    ]
  }
}

Tests

These changes look good! 😎

Close #1557, 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://www.w3.org/TR/webaudio-1.1/",
  "seriesComposition": "full",
  "shortname": "webaudio-1.1",
  "series": {
    "shortname": "webaudio",
    "currentSpecification": "webaudio-1.1",
    "title": "Web Audio API",
    "shortTitle": "Web Audio API",
    "releaseUrl": "https://www.w3.org/TR/webaudio/",
    "nightlyUrl": "https://webaudio.github.io/web-audio-api/"
  },
  "seriesVersion": "1.1",
  "seriesPrevious": "webaudio-1.0",
  "organization": "W3C",
  "groups": [
    {
      "name": "Audio Working Group",
      "url": "https://www.w3.org/groups/wg/audio/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/webaudio-1.1/",
    "status": "First Public Working Draft",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://webaudio.github.io/web-audio-api/",
    "status": "Editor's Draft",
    "alternateUrls": [],
    "repository": "https://github.com/WebAudio/web-audio-api",
    "sourcePath": "index.bs",
    "filename": "index.html"
  },
  "title": "Web Audio API 1.1",
  "source": "w3c",
  "shortTitle": "Web Audio API 1.1",
  "categories": [
    "browser"
  ],
  "standing": "good",
  "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
      "webaudio"
    ]
  }
}
```
</details>
<details><summary>Update spec in the same series (1)</summary>

```json
{
  "url": "https://www.w3.org/TR/webaudio-1.0/",
  "seriesComposition": "full",
  "shortname": "webaudio-1.0",
  "series": {
    "shortname": "webaudio",
    "currentSpecification": "webaudio-1.1",
    "title": "Web Audio API",
    "shortTitle": "Web Audio API",
    "releaseUrl": "https://www.w3.org/TR/webaudio/",
    "nightlyUrl": "https://webaudio.github.io/web-audio-api/"
  },
  "seriesVersion": "1.0",
  "formerNames": [
    "webaudio"
  ],
  "seriesNext": "webaudio-1.1",
  "organization": "W3C",
  "groups": [
    {
      "name": "Audio Working Group",
      "url": "https://www.w3.org/groups/wg/audio/"
    }
  ],
  "release": {
    "url": "https://www.w3.org/TR/webaudio/",
    "status": "Recommendation",
    "filename": "Overview.html"
  },
  "nightly": {
    "url": "https://webaudio.github.io/web-audio-api/",
    "status": "Editor's Draft",
    "alternateUrls": [],
    "repository": "https://github.com/WebAudio/web-audio-api",
    "sourcePath": "index.bs",
    "filename": "index.html"
  },
  "title": "Web Audio API",
  "source": "w3c",
  "shortTitle": "Web Audio API",
  "categories": [
    "browser"
  ],
  "standing": "good",
  "tests": {
    "repository": "https://github.com/web-platform-tests/wpt",
    "testPaths": [
      "webaudio"
    ]
  }
}
```
</details>

### Tests
These changes look good! 😎
@tidoust
Copy link
Member

tidoust commented Nov 13, 2024

CI tests fail because registry.khronos.org is not super responsive today, but that's unrelated.

@tidoust tidoust merged commit 4781a79 into main Nov 13, 2024
1 check failed
@tidoust tidoust deleted the add-webaudio-1.1 branch November 13, 2024 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add webaudio-1.1
2 participants