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

Issue 1130063002: Allowing a custom audio buffer size in WebRtcAudioCapturer (Closed)

Created:
5 years, 7 months ago by Charlie
Modified:
5 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, feature-media-reviews_chromium.org, jam, juberti2, mcasas+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, posciak+watch_chromium.org, rkc, wjia+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Allowing a custom audio buffer size in WebRtcAudioCapturer. Committed: https://crrev.com/bdc452b641f8379e00523e1340f71a46f5621be6 Cr-Commit-Position: refs/heads/master@{#330192}

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Total comments: 26

Patch Set 4 : #

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Patch Set 7 : Merging to head #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -11 lines) Patch
M content/renderer/media/webrtc_audio_capturer.h View 1 chunk +3 lines, -1 line 0 comments Download
M content/renderer/media/webrtc_audio_capturer.cc View 1 2 3 4 5 8 chunks +43 lines, -10 lines 0 comments Download
M media/audio/audio_manager_base.cc View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (6 generated)
Charlie
I haven't tested this yet, but in the interest of staying on track for M44, ...
5 years, 7 months ago (2015-05-06 23:47:44 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1130063002/20001
5 years, 7 months ago (2015-05-06 23:49:13 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/61652)
5 years, 7 months ago (2015-05-06 23:55:45 UTC) #6
henrika (OOO until Aug 14)
Adding some comments. The overall method looks OK but it feels a bit hacky to ...
5 years, 7 months ago (2015-05-07 08:10:12 UTC) #7
Charlie
On 2015/05/07 08:10:12, henrika wrote: > Adding some comments. The overall method looks OK but ...
5 years, 7 months ago (2015-05-13 22:58:34 UTC) #8
Charlie
On 2015/05/13 22:58:34, Charlie wrote: > On 2015/05/07 08:10:12, henrika wrote: > > Adding some ...
5 years, 7 months ago (2015-05-13 23:21:33 UTC) #9
Charlie
+Henrik again who somehow got taken off CC On Wed, May 13, 2015, 4:21 PM ...
5 years, 7 months ago (2015-05-14 13:54:07 UTC) #10
henrika (OOO until Aug 14)
henrika replaced juberti as reviewer, juberti is now on cc
5 years, 7 months ago (2015-05-14 15:01:44 UTC) #12
henrika (OOO until Aug 14)
LGTM with some minor comments. Note that I am not an owner. Given that a ...
5 years, 7 months ago (2015-05-14 15:19:40 UTC) #13
henrika (OOO until Aug 14)
https://codereview.chromium.org/1130063002/diff/40001/content/renderer/media/webrtc_audio_capturer.cc File content/renderer/media/webrtc_audio_capturer.cc (right): https://codereview.chromium.org/1130063002/diff/40001/content/renderer/media/webrtc_audio_capturer.cc#newcode28 content/renderer/media/webrtc_audio_capturer.cc:28: const char kAudioLatency[] = "latency"; Is it clear from ...
5 years, 7 months ago (2015-05-14 15:19:52 UTC) #14
tommi (sloooow) - chröme
https://codereview.chromium.org/1130063002/diff/40001/content/renderer/media/webrtc_audio_capturer.cc File content/renderer/media/webrtc_audio_capturer.cc (right): https://codereview.chromium.org/1130063002/diff/40001/content/renderer/media/webrtc_audio_capturer.cc#newcode29 content/renderer/media/webrtc_audio_capturer.cc:29: const double kMinAudioLatency = 0; It's not clear if ...
5 years, 7 months ago (2015-05-14 16:29:26 UTC) #15
Charlie
Responding now to comments that need discussion. I'll make all the requested code changes next. ...
5 years, 7 months ago (2015-05-14 16:46:10 UTC) #16
Charlie
https://codereview.chromium.org/1130063002/diff/40001/content/renderer/media/webrtc_audio_capturer.cc File content/renderer/media/webrtc_audio_capturer.cc (right): https://codereview.chromium.org/1130063002/diff/40001/content/renderer/media/webrtc_audio_capturer.cc#newcode29 content/renderer/media/webrtc_audio_capturer.cc:29: const double kMinAudioLatency = 0; On 2015/05/14 15:19:51, henrika ...
5 years, 7 months ago (2015-05-14 17:30:53 UTC) #17
Charlie
Thanks Tommi and Henrik for the review. I think I addressed your comments. Absent any ...
5 years, 7 months ago (2015-05-14 21:38:11 UTC) #18
tommi (sloooow) - chröme
Henrik - are there any cases where an input stream can be shared? I've got ...
5 years, 7 months ago (2015-05-15 06:55:26 UTC) #19
henrika (OOO until Aug 14)
On 2015/05/15 06:55:26, tommi wrote: > Henrik - are there any cases where an input ...
5 years, 7 months ago (2015-05-15 09:25:39 UTC) #20
Charlie
On 2015/05/15 09:25:39, henrika wrote: > On 2015/05/15 06:55:26, tommi wrote: > > Henrik - ...
5 years, 7 months ago (2015-05-15 17:17:24 UTC) #21
Charlie
Submitting after one last test. https://codereview.chromium.org/1130063002/diff/80001/content/renderer/media/webrtc_audio_capturer.cc File content/renderer/media/webrtc_audio_capturer.cc (right): https://codereview.chromium.org/1130063002/diff/80001/content/renderer/media/webrtc_audio_capturer.cc#newcode219 content/renderer/media/webrtc_audio_capturer.cc:219: device_info_.device.input.sample_rate * buffer_size_ms / ...
5 years, 7 months ago (2015-05-15 17:19:32 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1130063002/120001
5 years, 7 months ago (2015-05-15 19:16:42 UTC) #25
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years, 7 months ago (2015-05-15 20:58:41 UTC) #26
commit-bot: I haz the power
5 years, 7 months ago (2015-05-18 11:27:18 UTC) #27
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/bdc452b641f8379e00523e1340f71a46f5621be6
Cr-Commit-Position: refs/heads/master@{#330192}

Powered by Google App Engine
This is Rietveld 408576698