[web-audio-api] ConvolverNode: Make no. of output channels user controllable (#2)

> Originally reported on W3C Bugzilla [ISSUE-17542](https://www.w3.org/Bugs/Public/show_bug.cgi?id=17542) Tue, 19 Jun 2012 08:30:43 GMT
> Reported by Marcus Geelnard (Opera)
> Assigned to 

https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#ConvolverNode

Currently, the number of output channels of the ConvolverNode is controlled by the number of output channels of the AudioContext (although it's not very clear in the spec).

I think it would be a better idea to be able to control the number of output channels of the ConvolverNode upon construction rather than relying on the AudioDestinationNode.

It would give you more freedom to do custom processing, and makes the actual usage of the impulse response channels much more user controllable.

The last point is important, since the number of output channels controls which matrixing operation will be used.

---
Reply to this email directly or view it on GitHub:
https://github.com/WebAudio/web-audio-api/issues/2

Received on Wednesday, 11 September 2013 14:28:03 UTC