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

Issue 1378973003: Implement new version of the NonlinearBeamformer (Closed)

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

Description

Implement new version of the NonlinearBeamformer Sounds better according to a MUSHRA listening test. The computational complexity is unaffected. An empirically estimated gain was added to compensate for the attenuation introduced by the algorithm. There are some TODOs, which I will address in follow up CLs. It was tested in Hangouts without headphones and highest volume, to make sure it doesn't affect the AEC. Committed: https://crrev.com/45daf7b26f49793c30e395f7ba7be30aa51936bb Cr-Commit-Position: refs/heads/master@{#10308}

Patch Set 1 #

Total comments: 23

Patch Set 2 : Use std::norm instead of twice std::abs #

Patch Set 3 : Widen beam and compensate attenuation #

Total comments: 6

Patch Set 4 : Calculate norm where it is used #

Patch Set 5 : Fix float constant #

Messages

Total messages: 25 (10 generated)
aluebs-webrtc
5 years, 2 months ago (2015-10-02 23:27:00 UTC) #2
peah-webrtc
On 2015/10/02 23:27:00, aluebs-webrtc wrote: Drive by review: Exciting! Some questions: -It would be motivated ...
5 years, 2 months ago (2015-10-03 07:08:41 UTC) #3
aluebs-webrtc
On 2015/10/03 07:08:41, peah-webrtc wrote: > On 2015/10/02 23:27:00, aluebs-webrtc wrote: > > Drive by ...
5 years, 2 months ago (2015-10-05 21:31:56 UTC) #4
Andrew MacDonald
https://codereview.webrtc.org/1378973003/diff/1/webrtc/modules/audio_processing/beamformer/covariance_matrix_generator.cc File webrtc/modules/audio_processing/beamformer/covariance_matrix_generator.cc (right): https://codereview.webrtc.org/1378973003/diff/1/webrtc/modules/audio_processing/beamformer/covariance_matrix_generator.cc#newcode28 webrtc/modules/audio_processing/beamformer/covariance_matrix_generator.cc:28: float norm(const ComplexMatrix<float>& x) { Norm Add a comment ...
5 years, 2 months ago (2015-10-06 23:54:32 UTC) #6
aluebs-webrtc
https://codereview.webrtc.org/1378973003/diff/1/webrtc/modules/audio_processing/beamformer/covariance_matrix_generator.cc File webrtc/modules/audio_processing/beamformer/covariance_matrix_generator.cc (right): https://codereview.webrtc.org/1378973003/diff/1/webrtc/modules/audio_processing/beamformer/covariance_matrix_generator.cc#newcode28 webrtc/modules/audio_processing/beamformer/covariance_matrix_generator.cc:28: float norm(const ComplexMatrix<float>& x) { On 2015/10/06 23:54:31, Andrew ...
5 years, 2 months ago (2015-10-07 22:08:05 UTC) #8
aluebs-webrtc
I widened the beam and compensated the gain for the attenuation introduced to a low-noise ...
5 years, 2 months ago (2015-10-08 22:12:38 UTC) #9
Andrew MacDonald
lgtm % minor changes Can you update the CL description with the beam widening and ...
5 years, 2 months ago (2015-10-13 21:55:16 UTC) #10
aluebs-webrtc
I didn't add the widening to the description, since this CL maintains the same width ...
5 years, 2 months ago (2015-10-16 16:41:14 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1378973003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1378973003/80001
5 years, 2 months ago (2015-10-16 16:41:29 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: win_x64_gn_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/win_x64_gn_dbg/builds/4581)
5 years, 2 months ago (2015-10-16 16:44:49 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1378973003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1378973003/100001
5 years, 2 months ago (2015-10-16 18:40:50 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) android_dbg on ...
5 years, 2 months ago (2015-10-16 20:41:06 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1378973003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1378973003/100001
5 years, 2 months ago (2015-10-17 00:03:06 UTC) #23
commit-bot: I haz the power
Committed patchset #5 (id:100001)
5 years, 2 months ago (2015-10-17 00:04:14 UTC) #24
commit-bot: I haz the power
5 years, 2 months ago (2015-10-17 00:04:24 UTC) #25
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/45daf7b26f49793c30e395f7ba7be30aa51936bb
Cr-Commit-Position: refs/heads/master@{#10308}

Powered by Google App Engine
This is Rietveld 408576698