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
I assume the appropriate place to do this would be between "Let node be this value" and "Configure input, output and output channels of node with options". That would provide the usual order of processing AudioNodeOptions members before the members on the derived dictionary.
The text was updated successfully, but these errors were encountered:
#2073 gives an overview of the current specification for AudioNode creation/construction.
The AudioWorkletNode constructor description also differs in that it does not invoke the algorithm for Initializing an object that inherits from AudioNode. Invoking this algorithm would set
channelCount
,numberOfInputs
, etc. appropriately for theAudioWorkletNodeOptions
provided.I assume the appropriate place to do this would be between "Let node be
this
value" and "Configure input, output and output channels of node with options". That would provide the usual order of processingAudioNodeOptions
members before the members on the derived dictionary.The text was updated successfully, but these errors were encountered: