Bug 228139

Summary: [WebAudio] Add webm/vorbis container support
Product: WebKit Reporter: Jean-Yves Avenard [:jya] <jean-yves.avenard>
Component: Web AudioAssignee: Jean-Yves Avenard [:jya] <jean-yves.avenard>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, jer.noble, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=227110
https://bugs.webkit.org/show_bug.cgi?id=236328
Bug Depends on:    
Bug Blocks: 227111    
Attachments:
Description Flags
Patch none

Description Jean-Yves Avenard [:jya] 2021-07-21 00:27:01 PDT
WebAudio currently only works with content AudioToolBox/CoreMedia supports; and it doesn't support webm.

Opus support will be done in bug 227110.

Creating a separate bug as the code is there to support it but it fails for multiple reasons, the primary one being a sandbox issue preventing loading the Vorbis decoder in the content process.
Comment 1 Radar WebKit Bug Importer 2021-07-21 00:27:52 PDT
<rdar://problem/80883073>
Comment 2 Jean-Yves Avenard [:jya] 2021-07-26 20:56:46 PDT
This patch will not compile until bug 227110 lands.
Comment 3 Jean-Yves Avenard [:jya] 2021-07-26 20:57:29 PDT
Created attachment 434266 [details]
Patch
Comment 4 EWS 2021-08-02 17:49:44 PDT
Committed r280573 (240195@main): <https://commits.webkit.org/240195@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 434266 [details].