You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
may have a valid static property named parameterDescriptors which is an iterable of AudioParamDescriptor that is looked up by the AudioWorkletProcessor constructor
but that's not what happens, as far as I can tell. The property is consulted once, at registerProcessor time, then the resulting value is looked up by the AudioWorkletNode constructor. The AudioWorkletProcessor constructor has nothing to do with any of this, and in fact has no access to this data as far as I can tell.
The text was updated successfully, but these errors were encountered:
https://webaudio.github.io/web-audio-api/#AudioWorkletProcessor-methods says:
but that's not what happens, as far as I can tell. The property is consulted once, at
registerProcessor
time, then the resulting value is looked up by theAudioWorkletNode
constructor. TheAudioWorkletProcessor
constructor has nothing to do with any of this, and in fact has no access to this data as far as I can tell.The text was updated successfully, but these errors were encountered: