Closed
Bug 924286
Opened 11 years ago
Closed 11 years ago
Handle AudioChunk::mVolume (from GainNode) in BiquadFilterNodeEngine
Categories
(Core :: Web Audio, defect)
Core
Web Audio
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: karlt, Assigned: karlt)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
(deleted),
patch
|
ehsan.akhgari
:
review+
lsblakk
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #814651 -
Flags: review?(ehsan)
Comment 3•11 years ago
|
||
Comment on attachment 814651 [details] [diff] [review]
handle non-unit mVolume
Review of attachment 814651 [details] [diff] [review]:
-----------------------------------------------------------------
Sorry that I forgot about this. I think I forgot to handle mVolume in about every single engine that I implemented. And I did audit them all at some point but perhaps it was before BiquadFilterNode.
Attachment #814651 -
Flags: review?(ehsan) → review+
Assignee | ||
Comment 4•11 years ago
|
||
:) I'm bit surprised it took us so long to notice. I've checked all the nodes that use the blink subdir, and Bug 924290 is the only remaining.
Assignee | ||
Comment 5•11 years ago
|
||
Er, I mean bug 924289.
Comment 6•11 years ago
|
||
(In reply to comment #5)
> Er, I mean bug 924289.
\o/
Assignee | ||
Comment 7•11 years ago
|
||
Oh, sorry. Good news: blink/DynamicsCompressor.cpp already handles that (since bug 864613).
Assignee | ||
Comment 8•11 years ago
|
||
Comment 9•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
Assignee | ||
Comment 10•11 years ago
|
||
Flags: in-testsuite? → in-testsuite+
Assignee | ||
Comment 11•11 years ago
|
||
Comment on attachment 814651 [details] [diff] [review]
handle non-unit mVolume
[Approval Request Comment]
Bug caused by (feature/regressing bug #): Web Audio BiquadFilterNode bug 865246
User impact if declined:
There are some situations (single non-null input BiquadFilterNode) where an author's gain control will be completely ineffective. For example, attempts to silence a stream will fail.
Testing completed (on m-c, etc.): on m-c, aurora; in testsuite
Risk to taking this patch (and alternatives if risky):
small patch, small influence, low risk
String or IDL/UUID changes made by this patch: none
Attachment #814651 -
Flags: approval-mozilla-beta?
Updated•11 years ago
|
Attachment #814651 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•11 years ago
|
status-firefox26:
--- → affected
status-firefox27:
--- → fixed
Comment 12•11 years ago
|
||
status-b2g-v1.2:
--- → affected
Comment 13•11 years ago
|
||
Updated•11 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•