[Webkit-unassigned] [Bug 184392] New: setValueCurveAtTime doesn't accept sequence<float>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Apr 7 20:08:13 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=184392
Bug ID: 184392
Summary: setValueCurveAtTime doesn't accept sequence<float>
Product: WebKit
Version: Safari Technology Preview
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Web Audio
Assignee: webkit-unassigned at lists.webkit.org
Reporter: webkit.org at ricciadams.com
Currently, in WebKit, AudioParam.setValueCurveAtTime requires a Float32Array.
This was changed to a sequence<float> in the official WebAudio spec: https://github.com/WebAudio/web-audio-api/pull/1189
Chrome accepts sequence<float>, Safari and Firefox require Float32Array. I didn't test Edge.
The corresponding Mozilla bug is here: https://bugzilla.mozilla.org/show_bug.cgi?id=1421091
--
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/20180408/c7091615/attachment-0002.html>
More information about the webkit-unassigned
mailing list