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

Issue 6002005: Implement renderer AudioDevice API for low-latency audio output... (Closed)

Created:
10 years ago by Chris Rogers
Modified:
9 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Implement renderer AudioDevice API for low-latency audio output BUG=none TEST=none (I tested locally for Mac OS X, but we'll need further testing for Windows and Linux as we add real-time threads, etc.) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71521

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 76

Patch Set 3 : '' #

Total comments: 11

Patch Set 4 : '' #

Total comments: 2

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+416 lines, -0 lines) Patch
M chrome/browser/renderer_host/render_message_filter.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_message_filter.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/chrome_renderer.gypi View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/common/render_messages_internal.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
A chrome/renderer/audio_device.h View 1 2 3 1 chunk +85 lines, -0 lines 0 comments Download
A chrome/renderer/audio_device.cc View 1 2 3 4 1 chunk +187 lines, -0 lines 0 comments Download
A chrome/renderer/renderer_webaudiodevice_impl.h View 1 2 3 4 5 1 chunk +40 lines, -0 lines 0 comments Download
A chrome/renderer/renderer_webaudiodevice_impl.cc View 1 2 3 4 5 1 chunk +41 lines, -0 lines 0 comments Download
M chrome/renderer/renderer_webkitclient_impl.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/renderer/renderer_webkitclient_impl.cc View 1 2 3 4 5 3 chunks +14 lines, -0 lines 0 comments Download
M media/audio/audio_util.h View 1 2 3 2 chunks +12 lines, -0 lines 0 comments Download
M media/audio/audio_util.cc View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Chris Rogers
This is an initial implementation of an AudioDevice abstraction which can be used by code ...
10 years ago (2010-12-22 22:56:36 UTC) #1
neb
I can't really help much with WebKit stuff, but I have a few questions. For ...
9 years, 11 months ago (2011-01-10 23:11:57 UTC) #2
scherkus (not reviewing)
overall looking good, mostly style nits and sanity checks awesome! http://codereview.chromium.org/6002005/diff/12001/chrome/renderer/audio_device.cc File chrome/renderer/audio_device.cc (right): http://codereview.chromium.org/6002005/diff/12001/chrome/renderer/audio_device.cc#newcode21 ...
9 years, 11 months ago (2011-01-10 23:42:30 UTC) #3
Chris Rogers
Guys, thanks for the review. I think I've addressed your comments. Neb, you asked the ...
9 years, 11 months ago (2011-01-11 23:01:02 UTC) #4
neb
LGTM.
9 years, 11 months ago (2011-01-12 00:55:32 UTC) #5
scherkus (not reviewing)
few nits and also need to figure out how we can handle the single AudioMessageFilter ...
9 years, 11 months ago (2011-01-12 03:11:43 UTC) #6
Chris Rogers
Andrew, thanks for the latest comments. I think I've addressed them all. I tried using ...
9 years, 11 months ago (2011-01-12 21:26:09 UTC) #7
scherkus (not reviewing)
LGTM w/ one nit about AudioDevice being a pointer and forward declaration feel free to ...
9 years, 11 months ago (2011-01-12 21:32:10 UTC) #8
Chris Rogers
Thanks Andrew for the LGTM. This last patch upload fixed a build problem with the ...
9 years, 11 months ago (2011-01-13 01:55:18 UTC) #9
Chris Rogers
Thanks Andrew for the LGTM. This last patch upload fixed a build problem with the ...
9 years, 11 months ago (2011-01-13 01:55:19 UTC) #10
Ken Russell (switch to Gerrit)
9 years, 11 months ago (2011-01-13 02:37:57 UTC) #11
The movement of the creation of the WebAudioDevice to
renderer_webkitclient_impl.cc/h looks good to me.

Powered by Google App Engine
This is Rietveld 408576698