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

Issue 1388033002: Make the separation between target and interferer scenario depend on microphone spacing in Nonlinea… (Closed)

Created:
5 years, 2 months ago by aluebs-webrtc
Modified:
5 years, 2 months ago
Reviewers:
Andrew MacDonald
CC:
webrtc-reviews_webrtc.org, peah-webrtc, Andrew MacDonald, tterriberry_mozilla.com, hlundin-webrtc, kwiberg-webrtc, the sun, aluebs-webrtc, bjornv1
Base URL:
https://chromium.googlesource.com/external/webrtc.git@nlbf3
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Make the separation between target and interferer scenario depend on microphone spacing in NonlinearBeamformer Depends on this CL: https://codereview.webrtc.org/1378973003/ Committed: https://crrev.com/4a66e4a4d8847cef1e61aec6978f64dddece3d96 Cr-Commit-Position: refs/heads/master@{#10330}

Patch Set 1 #

Patch Set 2 : Rebasing #

Patch Set 3 : Widen beam #

Total comments: 8

Patch Set 4 : Rebasing #

Patch Set 5 : Add GetMinimumSpacing unittest #

Patch Set 6 : Format #

Patch Set 7 : Rebasing #

Total comments: 6

Patch Set 8 : Simplify GetMinimumSpacing #

Patch Set 9 : Formatting #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -4 lines) Patch
M webrtc/modules/audio_processing/BUILD.gn View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/audio_processing.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/beamformer/array_util.h View 1 2 3 4 5 6 7 2 chunks +5 lines, -0 lines 0 comments Download
A webrtc/modules/audio_processing/beamformer/array_util.cc View 1 2 3 4 5 6 7 8 1 chunk +32 lines, -0 lines 0 comments Download
A webrtc/modules/audio_processing/beamformer/array_util_unittest.cc View 1 2 3 4 1 chunk +32 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc View 1 2 3 4 5 6 3 chunks +15 lines, -4 lines 0 comments Download
M webrtc/modules/modules.gyp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 11 (3 generated)
aluebs-webrtc
5 years, 2 months ago (2015-10-06 02:32:22 UTC) #2
Andrew MacDonald
lgtm Consider adding a unit test for GetMinimumSpacing. https://codereview.webrtc.org/1388033002/diff/40001/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc File webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc (right): https://codereview.webrtc.org/1388033002/diff/40001/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc#newcode39 webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc:39: // ...
5 years, 2 months ago (2015-10-14 23:38:53 UTC) #3
aluebs-webrtc
Added GetMinimumSpacing unittest PTAL https://codereview.webrtc.org/1388033002/diff/40001/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc File webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc (right): https://codereview.webrtc.org/1388033002/diff/40001/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc#newcode39 webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc:39: // The minimum separation in ...
5 years, 2 months ago (2015-10-17 00:54:50 UTC) #4
Andrew MacDonald
lgtm https://codereview.webrtc.org/1388033002/diff/120001/webrtc/modules/audio_processing/beamformer/array_util.cc File webrtc/modules/audio_processing/beamformer/array_util.cc (right): https://codereview.webrtc.org/1388033002/diff/120001/webrtc/modules/audio_processing/beamformer/array_util.cc#newcode17 webrtc/modules/audio_processing/beamformer/array_util.cc:17: float GetMinimumSpacing(const std::vector<Point>& array_geometry) { CHECK_GT(array_geometry.size(), 1); https://codereview.webrtc.org/1388033002/diff/120001/webrtc/modules/audio_processing/beamformer/array_util.cc#newcode21 ...
5 years, 2 months ago (2015-10-19 22:35:07 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1388033002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1388033002/160001
5 years, 2 months ago (2015-10-20 00:16:28 UTC) #8
aluebs-webrtc
https://codereview.webrtc.org/1388033002/diff/120001/webrtc/modules/audio_processing/beamformer/array_util.cc File webrtc/modules/audio_processing/beamformer/array_util.cc (right): https://codereview.webrtc.org/1388033002/diff/120001/webrtc/modules/audio_processing/beamformer/array_util.cc#newcode17 webrtc/modules/audio_processing/beamformer/array_util.cc:17: float GetMinimumSpacing(const std::vector<Point>& array_geometry) { On 2015/10/19 22:35:07, Andrew ...
5 years, 2 months ago (2015-10-20 00:17:08 UTC) #9
commit-bot: I haz the power
Committed patchset #9 (id:160001)
5 years, 2 months ago (2015-10-20 01:02:43 UTC) #10
commit-bot: I haz the power
5 years, 2 months ago (2015-10-20 01:02:49 UTC) #11
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/4a66e4a4d8847cef1e61aec6978f64dddece3d96
Cr-Commit-Position: refs/heads/master@{#10330}

Powered by Google App Engine
This is Rietveld 408576698