Bug 215522

Summary: OfflineAudioContext.destination has incorrect number of channels & channel count mode
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Web AudioAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: clark_wang, eric.carlson, ews-watchlist, ggaren, glenn, jer.noble, philipj, sergio, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 212611    
Attachments:
Description Flags
Patch
none
Patch none

Description Chris Dumez 2020-08-14 14:18:41 PDT
OfflineAudioContext.destination currently always has a number of channels that is 0, no matter the numberOfChannels provided when constructing the OfflineAudioContext. The channel count mode is also "max" instead of "explicit".
Comment 1 Chris Dumez 2020-08-14 14:23:56 PDT
Created attachment 406620 [details]
Patch
Comment 2 Chris Dumez 2020-08-14 15:25:52 PDT
Created attachment 406627 [details]
Patch
Comment 3 EWS 2020-08-14 15:54:13 PDT
Committed r265713: <https://trac.webkit.org/changeset/265713>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 406627 [details].
Comment 4 Radar WebKit Bug Importer 2020-08-14 15:55:19 PDT
<rdar://problem/67103681>