Closed
Bug 1265401
Opened 7 years ago
Closed 7 years ago
Perform linear interpolation when computing the SetValueCurveAtTime events
Categories
(Core :: Web Audio, defect, P2)
Core
Web Audio
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: padenot, Assigned: dminor)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
We used to just sample the curve, but the working group has agreed on linear interpolation. Spec changes at https://github.com/webaudio/web-audio-api/commit/b6acfabccbd60f704c4e98101ddfef39eb987acf.
Assignee | ||
Updated•7 years ago
|
Priority: -- → P2
Updated•7 years ago
|
Rank: 25
Assignee | ||
Comment 2•7 years ago
|
||
Wasted at least 30 minutes this morning wondering why the values weren't being interpolated in my test case, so I'm going to fix this one now.
Assignee: nobody → dminor
Status: NEW → ASSIGNED
Comment hidden (mozreview-request) |
Reporter | ||
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8803958 [details] Bug 1265401 - Perform linear interpolation when computing the SetValueCurveAtTime events; https://reviewboard.mozilla.org/r/88142/#review87368
Attachment #8803958 -
Flags: review?(padenot) → review+
Pushed by dminor@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/64293caeec1e Perform linear interpolation when computing the SetValueCurveAtTime events; r=padenot
Comment 6•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/64293caeec1e
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•