New issue
Advanced search Search tips

Issue 604313 link

Starred by 3 users

Issue metadata

Status: Fixed
Owner:
Closed: May 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug-Regression



Sign in to add a comment

AudioRendererSink::Render() parameters naming is misleading.

Project Member Reported by olka@chromium.org, Apr 18 2016

Issue description

CL https://codereview.chromium.org/1687213002
introduced inconsistency in AudioRendererSink::Render() parameters naming (frames_dalayed vs audio_delay_milliseconds) across the code, which is misleading and should be fixed.
An example of a place to fix:
https://code.google.com/p/chromium/codesearch#chromium/src/media/blink/webaudiosourceprovider_impl.cc&sq=package:chromium&l=53&rcl=1460949450)

 

Comment 1 by tommi@chromium.org, Apr 18 2016

Labels: -Pri-2 Pri-1
Bumping the priority since this was actually a very bad bug for WebAudio rendering.  (e.g. Hangouts dial tone was badly broken because of this)
https://codereview.chromium.org/1687213002 landed as r375967, which appears to be in M50 (and M51)

Comment 3 by olka@chromium.org, Apr 18 2016

Yes, it caused https://bugs.chromium.org/p/chromium/issues/detail?id=596174, fix for which is merged into M51 now. This bug is a follow-up to clean up naming in the code; I looked up the related sources and have not found any more actual problems for now, only misnaming.

Comment 4 Deleted

Status: Started (was: Assigned)
Status: Fixed (was: Started)

Sign in to add a comment