Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Issue 190953005: Support nullable buffer for AudioBufferSourceNode. (Closed)

Created:
6 years, 9 months ago by KhNo
Modified:
6 years, 7 months ago
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Support nullable buffer for AudioBufferSourceNode. According to W3C specification about Web Audio API, it can be set null. http://www.w3.org/TR/webaudio/#AudioBufferSourceNode-section "The number of channels of the output always equals the number of channels of the AudioBuffer assigned to the .buffer attribute, or is one channel of silence if .buffer is NULL." This feature can make AudioBufferSource mute without stop() and gainNode. BUG=350768

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -7 lines) Patch
M LayoutTests/webaudio/audiobuffersource-channels.html View 1 chunk +12 lines, -1 line 0 comments Download
M LayoutTests/webaudio/audiobuffersource-channels-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webaudio/AudioBufferSourceNode.h View 1 chunk +3 lines, -0 lines 0 comments Download
M Source/modules/webaudio/AudioBufferSourceNode.cpp View 3 chunks +17 lines, -5 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
KhNo
kbr@chromium.org: Please review changes in rtoy@chromium.org: Please review changes in Please review this patch. I ...
6 years, 9 months ago (2014-03-10 08:57:30 UTC) #1
Raymond Toy
On 2014/03/10 08:57:30, KhNo wrote: > kbr@chromium.org: Please review changes in > > rtoy@chromium.org: Please ...
6 years, 9 months ago (2014-03-10 17:53:34 UTC) #2
KhNo
On 2014/03/10 17:53:34, Raymond Toy wrote: > On 2014/03/10 08:57:30, KhNo wrote: > > kbr@chromium.org: ...
6 years, 9 months ago (2014-03-10 18:12:10 UTC) #3
KhNo
On 2014/03/10 17:53:34, Raymond Toy wrote: > On 2014/03/10 08:57:30, KhNo wrote: > > kbr@chromium.org: ...
6 years, 9 months ago (2014-03-10 18:12:12 UTC) #4
Raymond Toy
On 2014/03/10 18:12:12, KhNo wrote: > On 2014/03/10 17:53:34, Raymond Toy wrote: > > On ...
6 years, 9 months ago (2014-03-10 18:36:04 UTC) #5
KhNo
On 2014/03/10 18:36:04, Raymond Toy wrote: > On 2014/03/10 18:12:12, KhNo wrote: > > On ...
6 years, 9 months ago (2014-03-10 19:47:31 UTC) #6
KhNo
On 2014/03/10 19:47:31, KhNo wrote: > On 2014/03/10 18:36:04, Raymond Toy wrote: > > On ...
6 years, 9 months ago (2014-03-10 20:02:55 UTC) #7
Raymond Toy
On 2014/03/10 20:02:55, KhNo wrote: > On 2014/03/10 19:47:31, KhNo wrote: > > On 2014/03/10 ...
6 years, 9 months ago (2014-03-10 20:23:56 UTC) #8
KhNo
On 2014/03/10 20:23:56, Raymond Toy wrote: > On 2014/03/10 20:02:55, KhNo wrote: > > On ...
6 years, 9 months ago (2014-03-11 06:25:05 UTC) #9
KhNo
This patch is required "Decision from discussion of w3c audio working group"
6 years, 9 months ago (2014-03-26 12:51:46 UTC) #10
KhNo
6 years, 7 months ago (2014-05-07 13:15:32 UTC) #11
This patch couldn't get consensus for audio working group.
After fixing .buffer behavior, patch will be re-raised by someone.

This patch just closed for referring by others.

Powered by Google App Engine
This is Rietveld 408576698