AudioEncoderConfig.bitrate should be explicitly forbidden to be 0.
Open
@Djuffin is already working on this.
Since Dec 11, 2024.
- Dominant language
- HTML
- Stars
- 1.3k
- Forks
- 194
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
https://w3c.github.io/webcodecs/#dom-audioencoderconfig-bitrate doesn't define any constraints for the bitrate.
But we currently test that the bitrate is not 0 in
w3c/web-platform-tests/webcodecs/audio-encoder-config.https.any.js 'Bit rate present but equal to zero'
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.