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 167 forks source link

Remove `options` parameter from `AudioWorkletProcessor` constructor WebIDL #2044

Closed karlt closed 4 years ago

karlt commented 5 years ago

This is a follow-up to https://github.com/WebAudio/web-audio-api/issues/2036. The parameter has been removed from the description at https://webaudio.github.io/web-audio-api/#dom-audioworkletprocessor-audioworkletprocessor but not from the IDL at https://webaudio.github.io/web-audio-api/#ref-for-dom-audioworkletprocessor-audioworkletprocessor%E2%91%A0

hoch commented 5 years ago

TODO: https://webaudio.github.io/web-audio-api/#callbackdef-audioworkletprocessorconstructor

karlt commented 5 years ago

TODO: https://webaudio.github.io/web-audio-api/#callbackdef-audioworkletprocessorconstructor

I assume we don't want to change that one. We want the AudioWorkletProcessorConstructor callback to receive the options.

hoch commented 4 years ago

Closed by #2102.