[Webkit-unassigned] [Bug 234840] New: Audio canPlayType() reports false negative for PCM WAV

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 4 05:49:34 PST 2022


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

            Bug ID: 234840
           Summary: Audio canPlayType() reports false negative for PCM WAV
           Product: WebKit
           Version: Safari 15
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ashley at scirra.com

(Forked from issue 229799)

Repro URL: https://downloads.scirra.com/labs/audioCodecTests/

In Safari 15.2, canPlayType() indicates PCM WAV ("audio/wav;codecs=1") is not supported by returning an empty string. However when passing a PCM WAV file to both an <audio> element and Web Audio, it correctly decodes and plays the file.

Observed result: canPlayType() returns empty string
Expected result: canPlayType() to return "maybe" or "probably"

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220104/83b6115b/attachment.htm>


More information about the webkit-unassigned mailing list