WebAudio / web-audio-api

The Web Audio API v1.0, developed by the W3C Audio WG
https://webaudio.github.io/web-audio-api/
Other
1.04k stars 165 forks source link

Use new Web IDL buffer primitives #2358

Closed domenic closed 2 years ago

domenic commented 3 years ago

See https://github.com/heycam/webidl/pull/987. In particular, "get a reference to the bytes" is going away, replaced with "write".

rtoy commented 3 years ago

In addition to the failures shown by Travis CI, we can't land this as is since the spec if a Living Standard. I think these changes need to be marked up as shown in https://fantasai.inkedblade.net/style/design/w3c-restyle/2020/readme#amendment.

I'd be more than happy to do this for you, if you like. We need some experience in doing these things, and this change seems another relatively simple update. (Well except for the bikeshed failures; I'll have to look into that a bit.)

domenic commented 3 years ago

Yes, I'd appreciate if someone else could take this over. It's a real shame that we're still producing dead standards though :(. I hope the editor's draft at least can be kept up to date so that implementers have a source of truth to look at.

The Bikeshed failures are likely due to Web IDL not yet deploying its new version, due to Travis CI issues. They should go away when we get that figured out.

(Note that once that is figured out, all dead versions of the Web Audio standard will have broken links... I guess that's pretty typical for dead standards though.)

rtoy commented 3 years ago

Sure, I can take over PR.

I believe the editors draft will have all of the annotations for the changes, so it should be up-to-date with all the changes. @svgeesus will have to help us to figure out how to move the editor's draft to recommendation at some later date. Not sure if that's been figured out yet.

padenot commented 2 years ago

We can close this, this has been handled in #2363.