Open
Bug 1171441
Opened 9 years ago
Updated 2 years ago
Add a way to determine if an AudioParam is constant for a block
Categories
(Core :: Web Audio, defect, P3)
Core
Web Audio
Tracking
()
NEW
People
(Reporter: padenot, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: perf)
This is a nice optimization, since sometimes, having the param value that changes induces costly recomputations.
This is especially necessary since `AudioParam.value` now adds a timeline event.
Updated•9 years ago
|
Comment 1•7 years ago
|
||
Mass change P2->P3 to align with new Mozilla triage process.
Priority: P2 → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•