[Webkit-unassigned] [Bug 105517] New: AudioDestinationNode Interface miss-match with W3C spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 20 02:13:25 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=105517

           Summary: AudioDestinationNode Interface miss-match with W3C
                    spec
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: Web Audio
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kaustubh.j at samsung.com
                CC: crogers at google.com


As per W3C WebAudio Spec AudioDestination Node Interface should have parameters like below:
interface AudioDestinationNode : AudioNode {

        readonly attribute unsigned long maxNumberOfChannels;
        attribute unsigned long numberOfChannels;

    }

W3C Spec link: http://www.w3.org/TR/2012/WD-webaudio-20120802/

The parameters are not present in latest WebKit-137862.

Current Implementation AudioDestinationNode.idl:

[
    Conditional=WEB_AUDIO,
    JSGenerateToJSObject
] interface AudioDestinationNode : AudioNode {
    readonly attribute long numberOfChannels;
};

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list