RESOLVED FIXED247430
CARingBuffer uses CAAudioStreamDescription in a redundant way
https://bugs.webkit.org/show_bug.cgi?id=247430
Summary CARingBuffer uses CAAudioStreamDescription in a redundant way
Kimmo Kinnunen
Reported 2022-11-03 09:02:40 PDT
CARingBuffer uses CAAudioStreamDescription in a redundant way All CARingBuffer properties are described by channelCount, bytesPerFrame, frameCount. The format considerations should come from the caller of fetch(), since the caller already knows by definition what kind of data the caller expects.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-11-03 09:03:21 PDT
Kimmo Kinnunen
Comment 2 2022-11-04 05:25:36 PDT
EWS
Comment 3 2022-11-07 02:29:40 PST
Committed 256392@main (678b80c4edb8): <https://commits.webkit.org/256392@main> Reviewed commits have been landed. Closing PR #6129 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.