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

Issue 1507683006: Make NoiseSuppression not a processing component (bit exact). (Closed)

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

Description

Make NoiseSuppression not a processing component (bit exact). BUG=webrtc:5298 patch from issue 1490333004 at patchset 1 (http://crrev.com/1490333004#ps1) Committed: https://crrev.com/5e465c33cac54ed5265f18413f7afc44aae2dfca Cr-Commit-Position: refs/heads/master@{#10944}

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : Avoid void* #

Total comments: 8

Patch Set 4 : missing includes #

Total comments: 4

Patch Set 5 : missing explicit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+154 lines, -180 lines) Patch
M webrtc/modules/audio_processing/audio_processing_impl.h View 1 2 chunks +2 lines, -12 lines 0 comments Download
M webrtc/modules/audio_processing/audio_processing_impl.cc View 1 9 chunks +45 lines, -43 lines 0 comments Download
M webrtc/modules/audio_processing/high_pass_filter_impl.h View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/high_pass_filter_impl.cc View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/noise_suppression_impl.h View 1 2 3 4 1 chunk +15 lines, -24 lines 0 comments Download
M webrtc/modules/audio_processing/noise_suppression_impl.cc View 1 2 3 chunks +88 lines, -101 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 17 (7 generated)
the sun
5 years ago (2015-12-08 13:08:13 UTC) #3
hlundin-webrtc
LGTM with two (optional) suggestions. https://codereview.webrtc.org/1507683006/diff/40001/webrtc/modules/audio_processing/noise_suppression_impl.cc File webrtc/modules/audio_processing/noise_suppression_impl.cc (right): https://codereview.webrtc.org/1507683006/diff/40001/webrtc/modules/audio_processing/noise_suppression_impl.cc#newcode68 webrtc/modules/audio_processing/noise_suppression_impl.cc:68: #if defined(WEBRTC_NS_FLOAT) I would ...
5 years ago (2015-12-08 13:31:33 UTC) #4
the sun
https://codereview.webrtc.org/1507683006/diff/40001/webrtc/modules/audio_processing/noise_suppression_impl.cc File webrtc/modules/audio_processing/noise_suppression_impl.cc (right): https://codereview.webrtc.org/1507683006/diff/40001/webrtc/modules/audio_processing/noise_suppression_impl.cc#newcode68 webrtc/modules/audio_processing/noise_suppression_impl.cc:68: #if defined(WEBRTC_NS_FLOAT) On 2015/12/08 13:31:33, hlundin-webrtc wrote: > I ...
5 years ago (2015-12-08 13:37:27 UTC) #5
hlundin-webrtc
https://codereview.webrtc.org/1507683006/diff/40001/webrtc/modules/audio_processing/noise_suppression_impl.cc File webrtc/modules/audio_processing/noise_suppression_impl.cc (right): https://codereview.webrtc.org/1507683006/diff/40001/webrtc/modules/audio_processing/noise_suppression_impl.cc#newcode68 webrtc/modules/audio_processing/noise_suppression_impl.cc:68: #if defined(WEBRTC_NS_FLOAT) On 2015/12/08 13:37:27, the sun wrote: > ...
5 years ago (2015-12-08 14:44:07 UTC) #6
peah-webrtc
https://codereview.webrtc.org/1507683006/diff/60001/webrtc/modules/audio_processing/high_pass_filter_impl.cc File webrtc/modules/audio_processing/high_pass_filter_impl.cc (right): https://codereview.webrtc.org/1507683006/diff/60001/webrtc/modules/audio_processing/high_pass_filter_impl.cc#newcode92 webrtc/modules/audio_processing/high_pass_filter_impl.cc:92: RTC_DCHECK_LE(0, channels); Nit: I'd do this check the opposite ...
5 years ago (2015-12-08 15:08:22 UTC) #7
the sun
https://codereview.webrtc.org/1507683006/diff/60001/webrtc/modules/audio_processing/high_pass_filter_impl.cc File webrtc/modules/audio_processing/high_pass_filter_impl.cc (right): https://codereview.webrtc.org/1507683006/diff/60001/webrtc/modules/audio_processing/high_pass_filter_impl.cc#newcode92 webrtc/modules/audio_processing/high_pass_filter_impl.cc:92: RTC_DCHECK_LE(0, channels); On 2015/12/08 15:08:22, peah-webrtc wrote: > Nit: ...
5 years ago (2015-12-08 15:31:30 UTC) #8
peah-webrtc
On 2015/12/08 15:08:22, peah-webrtc wrote: > https://codereview.webrtc.org/1507683006/diff/60001/webrtc/modules/audio_processing/high_pass_filter_impl.cc > File webrtc/modules/audio_processing/high_pass_filter_impl.cc (right): > > https://codereview.webrtc.org/1507683006/diff/60001/webrtc/modules/audio_processing/high_pass_filter_impl.cc#newcode92 > ...
5 years ago (2015-12-08 15:45:16 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1507683006/40002 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1507683006/40002
5 years ago (2015-12-08 19:12:01 UTC) #12
commit-bot: I haz the power
Committed patchset #5 (id:40002)
5 years ago (2015-12-08 21:22:35 UTC) #15
commit-bot: I haz the power
5 years ago (2015-12-08 21:22:41 UTC) #17
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/5e465c33cac54ed5265f18413f7afc44aae2dfca
Cr-Commit-Position: refs/heads/master@{#10944}

Powered by Google App Engine
This is Rietveld 408576698