[Bug 17534] New: JavaScriptAudioNode: number of input/output channels

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17534

           Summary: JavaScriptAudioNode: number of input/output channels
           Product: AudioWG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Web Audio API
        AssignedTo: crogers@google.com
        ReportedBy: mage@opera.com
         QAContact: public-audio@w3.org


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

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 18 June 2012 11:27:48 UTC