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

Issue 2799993002: Setting convolver buffer needs to update number of output channels (Closed)

Created:
3 years, 8 months ago by Raymond Toy
Modified:
3 years, 8 months ago
Reviewers:
hongchan
CC:
chromium-reviews, blink-reviews, haraken, Raymond Toy, hongchan
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Setting convolver buffer needs to update number of output channels When the buffer for a ConvolverNode is set, the number of outputs needs to be reconfigured based on the number of channels in the response buffer. BUG=709150 TEST=Convolver/convolver-response-4-chan.html Review-Url: https://codereview.chromium.org/2799993002 Cr-Commit-Position: refs/heads/master@{#462888} Committed: https://chromium.googlesource.com/chromium/src/+/26d2eea286b0c0ecc81ef2cf52815942d788ce1b

Patch Set 1 #

Patch Set 2 : Use clampTo #

Total comments: 10

Patch Set 3 : Address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -4 lines) Patch
M third_party/WebKit/LayoutTests/webaudio/Convolver/convolver-response-4-chan.html View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ConvolverNode.h View 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/webaudio/ConvolverNode.cpp View 1 3 chunks +21 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (5 generated)
Raymond Toy
PTAL
3 years, 8 months ago (2017-04-06 22:57:58 UTC) #2
hongchan
lgtm with style nits. https://codereview.chromium.org/2799993002/diff/20001/third_party/WebKit/LayoutTests/webaudio/Convolver/convolver-response-4-chan.html File third_party/WebKit/LayoutTests/webaudio/Convolver/convolver-response-4-chan.html (right): https://codereview.chromium.org/2799993002/diff/20001/third_party/WebKit/LayoutTests/webaudio/Convolver/convolver-response-4-chan.html#newcode110 third_party/WebKit/LayoutTests/webaudio/Convolver/convolver-response-4-chan.html:110: let convolver = new ConvolverNode(context, ...
3 years, 8 months ago (2017-04-06 23:03:25 UTC) #3
Raymond Toy
https://codereview.chromium.org/2799993002/diff/20001/third_party/WebKit/LayoutTests/webaudio/Convolver/convolver-response-4-chan.html File third_party/WebKit/LayoutTests/webaudio/Convolver/convolver-response-4-chan.html (right): https://codereview.chromium.org/2799993002/diff/20001/third_party/WebKit/LayoutTests/webaudio/Convolver/convolver-response-4-chan.html#newcode110 third_party/WebKit/LayoutTests/webaudio/Convolver/convolver-response-4-chan.html:110: let convolver = new ConvolverNode(context, {disableNormalization: true}); On 2017/04/06 ...
3 years, 8 months ago (2017-04-07 14:51:48 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2799993002/40001
3 years, 8 months ago (2017-04-07 14:52:18 UTC) #7
commit-bot: I haz the power
3 years, 8 months ago (2017-04-07 16:30:15 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/26d2eea286b0c0ecc81ef2cf5281...

Powered by Google App Engine
This is Rietveld 408576698