Bug 228139 - [WebAudio] Add webm/vorbis container support
Summary: [WebAudio] Add webm/vorbis container support
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Audio (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jean-Yves Avenard [:jya]
URL:
Keywords: InRadar
Depends on:
Blocks: 227111
  Show dependency treegraph
 
Reported: 2021-07-21 00:27 PDT by Jean-Yves Avenard [:jya]
Modified: 2022-02-08 14:41 PST (History)
3 users (show)

See Also:


Attachments
Patch (5.37 KB, patch)
2021-07-26 20:57 PDT, Jean-Yves Avenard [:jya]
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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].