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

Issue 2718133002: APM Quality Assessment tool, environmental noise generator (Closed)

Created:
3 years, 9 months ago by AleBzk
Modified:
3 years, 8 months ago
Reviewers:
peah-webrtc
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Environmental noise generator implemented. BUG=webrtc:7218 NOTRY=True Review-Url: https://codereview.webrtc.org/2718133002 Cr-Commit-Position: refs/heads/master@{#17506} Committed: https://chromium.googlesource.com/external/webrtc/+/8a1b3c9d1129a326afde9b853482a86969d720d2

Patch Set 1 #

Total comments: 6

Patch Set 2 : comments from Per addressed #

Total comments: 32

Patch Set 3 : Comments from Per addressed #

Total comments: 39

Patch Set 4 : comments from Per addressed #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+347 lines, -210 lines) Patch
M webrtc/modules/audio_processing/test/py_quality_assessment/BUILD.gn View 1 2 3 2 chunks +6 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment.sh View 1 2 3 2 chunks +4 lines, -4 lines 2 comments Download
D webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment-export.py View 1 2 1 chunk +0 lines, -8 lines 0 comments Download
D webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment-gencfgs.py View 1 2 1 chunk +0 lines, -101 lines 0 comments Download
A + webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment_export.py View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment_gencfgs.py View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment_unittest.py View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores_unittest.py View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
M webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/noise_generation.py View 1 2 3 7 chunks +92 lines, -19 lines 2 comments Download
A webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/noise_generation_unittest.py View 1 2 1 chunk +118 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/signal_processing.py View 1 2 3 2 chunks +61 lines, -23 lines 0 comments Download
A webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/signal_processing_unittest.py View 1 2 3 1 chunk +70 lines, -0 lines 0 comments Download
D webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/test_evalscores.py View 1 2 1 chunk +0 lines, -19 lines 0 comments Download
M webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/test_noisegen.py View 1 2 1 chunk +0 lines, -19 lines 0 comments Download
D webrtc/modules/audio_processing/test/py_quality_assessment/test_simulation.py View 1 2 1 chunk +0 lines, -19 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 24 (8 generated)
AleBzk
Hi Edward, I'm working on a Python tool to evaluate the APM module in WebRTC. ...
3 years, 9 months ago (2017-02-28 16:17:28 UTC) #3
ehmaldonado_webrtc
On 2017/02/28 16:17:28, AleBzk wrote: > Hi Edward, > > I'm working on a Python ...
3 years, 9 months ago (2017-03-01 02:52:42 UTC) #4
AleBzk
On 2017/03/01 02:52:42, ehmaldonado_webrtc wrote: > On 2017/02/28 16:17:28, AleBzk wrote: > > Hi Edward, ...
3 years, 9 months ago (2017-03-01 08:50:18 UTC) #5
AleBzk
Hi again Edward, Just wanted to tell you that in order to review, you don't ...
3 years, 9 months ago (2017-03-03 13:23:10 UTC) #6
ehmaldonado_webrtc
On 2017/03/03 13:23:10, AleBzk wrote: > Hi again Edward, > > Just wanted to tell ...
3 years, 9 months ago (2017-03-03 20:39:50 UTC) #7
AleBzk
Hi, As Edward asked, I added one of the owners as a reviewer of this ...
3 years, 9 months ago (2017-03-06 12:56:40 UTC) #10
peah-webrtc
Hi, Some initial comments/questions, since I'm new to the code. https://codereview.webrtc.org/2718133002/diff/1/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/noise_generation.py File webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/noise_generation.py (right): https://codereview.webrtc.org/2718133002/diff/1/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/noise_generation.py#newcode66 ...
3 years, 9 months ago (2017-03-09 12:08:12 UTC) #11
AleBzk
Hi Per, Thanks so much for your valuable requests. Finally someone pushed me to write ...
3 years, 9 months ago (2017-03-09 17:44:58 UTC) #12
peah-webrtc
Great! Some more comments. https://codereview.webrtc.org/2718133002/diff/20001/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/noise_generation.py File webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/noise_generation.py (right): https://codereview.webrtc.org/2718133002/diff/20001/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/noise_generation.py#newcode67 webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/noise_generation.py:67: """Given a (clean) input signal, ...
3 years, 9 months ago (2017-03-14 11:33:27 UTC) #13
AleBzk
Thanks for your comments Per! I made some changes, see my comments below. https://codereview.webrtc.org/2718133002/diff/20001/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/noise_generation.py File ...
3 years, 9 months ago (2017-03-16 15:40:09 UTC) #14
peah-webrtc
https://codereview.webrtc.org/2718133002/diff/40001/webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment_export.py File webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment_export.py (right): https://codereview.webrtc.org/2718133002/diff/40001/webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment_export.py#newcode2 webrtc/modules/audio_processing/test/py_quality_assessment/apm_quality_assessment_export.py:2: # Copyright (c) 2017 The WebRTC project authors. All ...
3 years, 9 months ago (2017-03-22 09:57:04 UTC) #15
AleBzk
New unit tests added for signal_processing.SignalProcessingUtils.mix_signals() (see signal_processing_unittest.py). Doc corrected. NoiseGenerator naming issue acknowledged. It ...
3 years, 9 months ago (2017-03-22 13:29:30 UTC) #16
peah-webrtc
lgtm with some comments. It would, however, be good to again go through this code ...
3 years, 8 months ago (2017-04-03 12:15:55 UTC) #17
AleBzk
Thanks Per! I replied to the last comments and took note of the open issues ...
3 years, 8 months ago (2017-04-03 13:41:25 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2718133002/60001
3 years, 8 months ago (2017-04-03 13:52:13 UTC) #21
commit-bot: I haz the power
3 years, 8 months ago (2017-04-03 13:54:51 UTC) #24
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/external/webrtc/+/8a1b3c9d1129a326afde9b853...

Powered by Google App Engine
This is Rietveld 408576698