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 17534 - ScriptProcessorNode: number of input/output channels
Summary: ScriptProcessorNode: number of input/output channels
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-18 11:27 UTC by Marcus Geelnard (Opera)
Modified: 2014-10-28 17:17 UTC (History)
1 user (show)

See Also:


Attachments

Description Marcus Geelnard (Opera) 2012-06-18 11:27:42 UTC
The JavaScriptAudioNode does not have the ability to dynamically change its number of input/ouptut channels after creation.

This makes it impossible to re-implement nodes such as AudioGainNode (depends on number of input channels) and ConvolverNode (depends on number of AudioContext output channels - according to [1]).

[1] https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#Convolution-reverb-effect
Comment 1 Olivier Thereaux 2013-07-26 15:02:50 UTC
Updating issue title to reflect the change of name from JavaScriptAudioNode to
ScriptProcessorNode
Comment 2 Olivier Thereaux 2014-10-28 17:14:34 UTC
Web Audio API issues have been migrated to Github. 
See https://github.com/WebAudio/web-audio-api/issues
Comment 3 Olivier Thereaux 2014-10-28 17:17:28 UTC
Closing. See https://github.com/WebAudio/web-audio-api/issues for up to date list of issues for the Web Audio API.