New issue
Advanced search Search tips

Issue 715128 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Feb 2018
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

MediaStreamAudioDestinationNode.channelCountMode should be "explicit"

Project Member Reported by rtoy@chromium.org, Apr 25 2017

Issue description

Run this in a console:

c = new AudioContext()
n = new MediaStreamAudioDestinationNode(c);
n.channelCountMode

The channelCountMode should be "explicit", not "max": https://webaudio.github.io/web-audio-api/#the-mediastreamaudiodestinationnode-interface
 

Comment 1 by rtoy@chromium.org, May 15 2017

Owner: rtoy@chromium.org
Status: Started (was: Available)
Project Member

Comment 2 by bugdroid1@chromium.org, May 18 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/0ef534a188b3a115411b8b351f2e6e4070bba2e6

commit 0ef534a188b3a115411b8b351f2e6e4070bba2e6
Author: rtoy <rtoy@chromium.org>
Date: Thu May 18 17:17:25 2017

MediaStreamAudioDestination channelCountMode is "explicit"

The channelCountMode was "max", but it should be "explicit", per the
WebAudio spec.

BUG= 715128 
TEST=constructor/mediastreamaudiodestination.html

Review-Url: https://codereview.chromium.org/2842213002
Cr-Commit-Position: refs/heads/master@{#472855}

[modify] https://crrev.com/0ef534a188b3a115411b8b351f2e6e4070bba2e6/third_party/WebKit/LayoutTests/webaudio/constructor/mediastreamaudiodestination.html
[modify] https://crrev.com/0ef534a188b3a115411b8b351f2e6e4070bba2e6/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.cpp

Comment 3 by rtoy@chromium.org, Feb 13 2018

Status: Fixed (was: Started)

Sign in to add a comment