This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 17542 - ConvolverNode: Make no. of output channels user controllable
Summary: ConvolverNode: Make no. of output channels user controllable
Status: CLOSED WONTFIX
Alias: None
Product: AudioWG
Classification: Unclassified
Component: Web Audio API (show other bugs)
Version: unspecified
Hardware: All Windows 3.1
: P2 normal
Target Milestone: TBD
Assignee: Chris Rogers
QA Contact: public-audio
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-19 08:30 UTC by Marcus Geelnard (Opera)
Modified: 2014-10-28 17:17 UTC (History)
0 users

See Also:


Attachments

Description Marcus Geelnard (Opera) 2012-06-19 08:30:43 UTC
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.
Comment 1 Olivier Thereaux 2014-10-28 17:14:40 UTC
Web Audio API issues have been migrated to Github. 
See https://github.com/WebAudio/web-audio-api/issues
Comment 2 Olivier Thereaux 2014-10-28 17:17:38 UTC
Closing. See https://github.com/WebAudio/web-audio-api/issues for up to date list of issues for the Web Audio API.