[Webkit-unassigned] [Bug 105628] New: "ScriptProcessing Node" parameter is not present in AudioProcessingEvent Interface as per W3C spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 21 04:43:09 PST 2012


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

           Summary: "ScriptProcessing Node" parameter is not present in
                    AudioProcessingEvent Interface as per 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 AudioProcessingEvent Interface should have parameters like below:

interface AudioProcessingEvent : Event {

        JavaScriptAudioNode node;
        readonly attribute float playbackTime;
        readonly attribute AudioBuffer inputBuffer;
        readonly attribute AudioBuffer outputBuffer; 

    }

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

The parameter "node" is not present in latest WebKit-137862.

-- 
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