about numberOfOutputs of RealtimeAnalyserNode

In the latest WD of Web Audio API, it has a note for the numberOfOutputs of RealtimeAnalyserNode.

I would like to raise it in the mailing list so more people can have a look at it.

4.17. The RealtimeAnalyserNode Interface
This interface represents a node which is able to provide real-time frequency and time-domain analysis information. The audio stream will be passed un-processed from input to output.

    numberOfInputs  : 1
    numberOfOutputs : 1    Note: it has been suggested to have no outputs here - waiting for people's opinions

Detailed information can refer to https://bugs.webkit.org/show_bug.cgi?id=77515

Best Regards

James

Received on Thursday, 22 March 2012 02:10:52 UTC