[Webkit-unassigned] [Bug 69834] New: [GStreamer] WebAudio AudioFileReader implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 11 06:32:09 PDT 2011


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

           Summary: [GStreamer] WebAudio AudioFileReader implementation
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Audio
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pnormand at igalia.com
                CC: crogers at google.com
            Blocks: 61355


A pipeline needs to be setup to decode memory chunks (using giostreamsrc) and files using filesrc.

filesrc ! decodebin2 ! deinterleave ! queue ! appsink
                                    ! queue ! appsink

Individual channel data has to be stored in float arrays and an AudioBus is created from this. For now we should support only one or 2 channels, like the Chromium implementation.

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