Closed
Bug 949683
Opened 11 years ago
Closed 11 years ago
Optimize zero-gain in GainNode
Categories
(Core :: Web Audio, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: karlt, Assigned: karlt)
References
Details
(Keywords: perf)
Attachments
(1 file)
(deleted),
patch
|
padenot
:
review+
|
Details | Diff | Splinter Review |
Performance of the Web Audio graph is heavily dependent on skipping processing of silence because processing in unreferenced nodes continues until they are garbage collected.
Nodes should produce a null chunk when they know the output is silent. If not, the rest of the graph downstream will need to process the chunk.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8346819 -
Flags: review?(paul)
Updated•11 years ago
|
Attachment #8346819 -
Flags: review?(paul) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Flags: in-testsuite-
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
You need to log in
before you can comment on or make changes to this bug.
Description
•