- From: Joe Turner <joe@oampo.co.uk>
- Date: Tue, 4 Jan 2011 11:30:26 +0000
- To: public-xg-audio@w3.org
Just a quick bit of clarification about the Web Audio API specification. Is it possible to connect an output of an AudioNode to more than one input? The AudioNode disconnect function implies that this is not allowed, as you cannot specify which input to disconnect from. If you can't connect a single output to multiple inputs, is it possible to do something like http://orphans.pastebin.com/B46RnrXg, where a single source is run through different effects and then these are mixed again at a destination. If you are allowed to connect to multiple outputs, then it seems to me that it would make sense for the disconnect function to take a destination and input argument, similar to the connect function. Cheers, Joe
Received on Tuesday, 4 January 2011 12:02:31 UTC