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.05k stars 166 forks source link

Use new Web IDL buffer primitives #2361

Closed rtoy closed 3 years ago

rtoy commented 3 years ago

Describe the issue

See heycam/webidl#987. In particular, "get a reference to the bytes" is going away, replaced with "write".

Also see #2358 for the changes that are needed.