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
is it possible to create a node with no output? it seems like it is explicitly disallowed, but the spec respects the option. for instance an AnalyserNode may exist with no output.
The text was updated successfully, but these errors were encountered:
i do see now that mediaStreamDestination allows no output and is handled right above the code i linked to. so i am thinking that virtual-audio-graph treats no output as an exception, and we could handle Analyser the same way? when i get back to it, i will attempt to use StandardVirtualAudioNode directly and see what luck i have. thanks!
is it possible to create a node with no output? it seems like it is explicitly disallowed, but the spec respects the option. for instance an AnalyserNode may exist with no output.
The text was updated successfully, but these errors were encountered: