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

Issue 1654443004: Surface the noise estimate of the NS to be used by other components (Closed)

Created:
4 years, 10 months ago by aluebs-webrtc
Modified:
4 years, 10 months ago
Reviewers:
hlundin-webrtc, turaj
CC:
webrtc-reviews_webrtc.org, peah-webrtc, Andrew MacDonald, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, kwiberg-webrtc, minyue-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

Surface the noise estimate of the NS to be used by other components R=henrik.lundin@webrtc.org, turaj@webrtc.org Committed: https://crrev.com/fa639f0bb31febce6ebf7f21edbb4d69f4885f13 Cr-Commit-Position: refs/heads/master@{#11541}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Make pointers const #

Total comments: 21

Patch Set 3 : Dont return reference to memeber vector #

Total comments: 2

Patch Set 4 : Rename noise_estimate to NoiseEstimate #

Patch Set 5 : Fix normalization factor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -0 lines) Patch
M webrtc/modules/audio_processing/include/audio_processing.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/include/mock_audio_processing.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/audio_processing/noise_suppression_impl.h View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/noise_suppression_impl.cc View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/ns/noise_suppression.h View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/ns/noise_suppression.c View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/ns/noise_suppression_x.h View 1 2 2 chunks +21 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/ns/noise_suppression_x.c View 1 2 1 chunk +12 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 22 (8 generated)
aluebs-webrtc
4 years, 10 months ago (2016-01-30 04:03:39 UTC) #2
turaj
Sorry for the late review. https://codereview.webrtc.org/1654443004/diff/1/webrtc/modules/audio_processing/include/audio_processing.h File webrtc/modules/audio_processing/include/audio_processing.h (right): https://codereview.webrtc.org/1654443004/diff/1/webrtc/modules/audio_processing/include/audio_processing.h#newcode918 webrtc/modules/audio_processing/include/audio_processing.h:918: // Returns the noise ...
4 years, 10 months ago (2016-02-05 01:47:58 UTC) #3
aluebs-webrtc
hlundin, could you please take a look whenever you have a minute? https://codereview.webrtc.org/1654443004/diff/1/webrtc/modules/audio_processing/include/audio_processing.h File webrtc/modules/audio_processing/include/audio_processing.h ...
4 years, 10 months ago (2016-02-06 00:12:28 UTC) #4
hlundin-webrtc
Please, see comments inline. https://codereview.webrtc.org/1654443004/diff/20001/webrtc/modules/audio_processing/noise_suppression_impl.cc File webrtc/modules/audio_processing/noise_suppression_impl.cc (right): https://codereview.webrtc.org/1654443004/diff/20001/webrtc/modules/audio_processing/noise_suppression_impl.cc#newcode179 webrtc/modules/audio_processing/noise_suppression_impl.cc:179: const std::vector<float>& NoiseSuppressionImpl::noise_estimate() { I ...
4 years, 10 months ago (2016-02-08 10:12:32 UTC) #5
aluebs-webrtc
https://codereview.webrtc.org/1654443004/diff/20001/webrtc/modules/audio_processing/noise_suppression_impl.cc File webrtc/modules/audio_processing/noise_suppression_impl.cc (right): https://codereview.webrtc.org/1654443004/diff/20001/webrtc/modules/audio_processing/noise_suppression_impl.cc#newcode179 webrtc/modules/audio_processing/noise_suppression_impl.cc:179: const std::vector<float>& NoiseSuppressionImpl::noise_estimate() { On 2016/02/08 10:12:31, hlundin-webrtc wrote: ...
4 years, 10 months ago (2016-02-09 00:01:43 UTC) #6
hlundin-webrtc
LGTM with one nit. https://codereview.webrtc.org/1654443004/diff/20001/webrtc/modules/audio_processing/ns/noise_suppression.c File webrtc/modules/audio_processing/ns/noise_suppression.c (right): https://codereview.webrtc.org/1654443004/diff/20001/webrtc/modules/audio_processing/ns/noise_suppression.c#newcode70 webrtc/modules/audio_processing/ns/noise_suppression.c:70: return HALF_ANAL_BLOCKL; On 2016/02/09 00:01:42, ...
4 years, 10 months ago (2016-02-09 15:33:52 UTC) #7
turaj
lgtm
4 years, 10 months ago (2016-02-09 15:56:11 UTC) #8
aluebs-webrtc
https://codereview.webrtc.org/1654443004/diff/40001/webrtc/modules/audio_processing/noise_suppression_impl.cc File webrtc/modules/audio_processing/noise_suppression_impl.cc (right): https://codereview.webrtc.org/1654443004/diff/40001/webrtc/modules/audio_processing/noise_suppression_impl.cc#newcode176 webrtc/modules/audio_processing/noise_suppression_impl.cc:176: std::vector<float> NoiseSuppressionImpl::noise_estimate() { On 2016/02/09 15:33:51, hlundin-webrtc wrote: > ...
4 years, 10 months ago (2016-02-09 17:48:49 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1654443004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1654443004/80001
4 years, 10 months ago (2016-02-09 18:15:18 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_dbg/builds/10848)
4 years, 10 months ago (2016-02-09 18:49:55 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1654443004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1654443004/80001
4 years, 10 months ago (2016-02-09 18:54:50 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_arm64_rel/builds/5406)
4 years, 10 months ago (2016-02-09 19:21:14 UTC) #18
aluebs-webrtc
Committed patchset #5 (id:80001) manually as fa639f0bb31febce6ebf7f21edbb4d69f4885f13 (presubmit successful).
4 years, 10 months ago (2016-02-09 19:24:58 UTC) #20
commit-bot: I haz the power
4 years, 10 months ago (2016-02-09 19:24:59 UTC) #22
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/fa639f0bb31febce6ebf7f21edbb4d69f4885f13
Cr-Commit-Position: refs/heads/master@{#11541}

Powered by Google App Engine
This is Rietveld 408576698