Closed
Bug 1456962
Opened 7 years ago
Closed 6 years ago
Update default channel attributes for DynamicsCompressorNode
Categories
(Core :: Web Audio, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: toy.raymond, Assigned: valentin.millet39)
References
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36
Steps to reproduce:
c = new AudioContext()
n = new DynamicsCompressorNode(c)
Actual results:
n.channelCountMode should be "clamped-max", not "explicit"
n.channelCountMode = "max" works, but shouldn't.
n.channelCount = 3 works, but shouldn't.
Updated•7 years ago
|
Component: Untriaged → Web Audio
Product: Firefox → Core
Updated•7 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Summary: DynamicsCompressor constructor → Update default channel attributes for DynamicsCompressorNode
Updated•6 years ago
|
Assignee: nobody → valentin.millet39
Updated•6 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 2•6 years ago
|
||
MDN has been updated for this one, https://developer.mozilla.org/en-US/docs/Web/API/DynamicsCompressorNode.
Comment 3•6 years ago
|
||
Pushed by padenot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0d279320478d
Update default channel attributes for DynamicsCompressorNode r=padenot
https://hg.mozilla.org/integration/autoland/rev/d99109729f40
Update WPT expectations for ctor-dynamicscompressor.html.
Comment 5•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0d279320478d
https://hg.mozilla.org/mozilla-central/rev/d99109729f40
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•