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

Issue 2715763003: APM Quality Assessment tool, signal processing tools (Closed)

Created:
3 years, 10 months ago by AleBzk
Modified:
3 years, 9 months ago
Reviewers:
ivoc
CC:
webrtc-reviews_webrtc.org, peah-webrtc, Andrew MacDonald, aleloi, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, kwiberg-webrtc, minyue-webrtc, the sun, aluebs-webrtc, bjornv1
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

APM quality assessment tool, signal processing tools. BUG=webrtc:7218 NOTRY=True Review-Url: https://codereview.webrtc.org/2715763003 Cr-Commit-Position: refs/heads/master@{#17047} Committed: https://chromium.googlesource.com/external/webrtc/+/21debb3ae819f91f4d7da6800502c4c628c01f46

Patch Set 1 #

Patch Set 2 : Signal processing library. #

Total comments: 15

Patch Set 3 : comments from Ivo addressed #

Total comments: 3

Patch Set 4 : Typo fixed #

Patch Set 5 : rebase #

Patch Set 6 : Private method call removed #

Patch Set 7 : call to private method replaced #

Patch Set 8 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+154 lines, -4 lines) Patch
M webrtc/modules/audio_processing/test/py_quality_assessment/BUILD.gn View 6 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/eval_scores.py View 1 2 3 4 6 2 chunks +5 lines, -4 lines 0 comments Download
A webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/signal_processing.py View 1 2 3 4 5 1 chunk +148 lines, -0 lines 0 comments Download

Messages

Total messages: 34 (19 generated)
AleBzk
Signal processing utility class for the quality_assessment package.
3 years, 9 months ago (2017-02-28 16:09:29 UTC) #4
ivoc
Nice! See some comments/questions below. https://codereview.webrtc.org/2715763003/diff/20001/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/signal_processing.py File webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/signal_processing.py (right): https://codereview.webrtc.org/2715763003/diff/20001/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/signal_processing.py#newcode11 webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/signal_processing.py:11: Please remove the blank ...
3 years, 9 months ago (2017-03-02 01:11:48 UTC) #5
AleBzk
Once again, thank you! You can find my replies below. https://codereview.webrtc.org/2715763003/diff/20001/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/signal_processing.py File webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/signal_processing.py (right): https://codereview.webrtc.org/2715763003/diff/20001/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/signal_processing.py#newcode11 ...
3 years, 9 months ago (2017-03-02 12:58:26 UTC) #7
aleloi2
Wow, everything seems so simple with pydub! Couldn't find anything to complain about, back to ...
3 years, 9 months ago (2017-03-02 17:55:17 UTC) #9
ivoc
lgtm. See two comments below. https://codereview.webrtc.org/2715763003/diff/20001/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/signal_processing.py File webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/signal_processing.py (right): https://codereview.webrtc.org/2715763003/diff/20001/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/signal_processing.py#newcode47 webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/signal_processing.py:47: number_of_samples = signal.get_array_of_samples() On ...
3 years, 9 months ago (2017-03-02 18:53:59 UTC) #11
ivoc
One more small comment. https://codereview.webrtc.org/2715763003/diff/40001/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/signal_processing.py File webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/signal_processing.py (right): https://codereview.webrtc.org/2715763003/diff/40001/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/signal_processing.py#newcode96 webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/signal_processing.py:96: convoled_signal = signal._spawn(convolved_samples) Please rename ...
3 years, 9 months ago (2017-03-02 18:55:53 UTC) #12
AleBzk
https://codereview.webrtc.org/2715763003/diff/40001/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/signal_processing.py File webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/signal_processing.py (right): https://codereview.webrtc.org/2715763003/diff/40001/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/signal_processing.py#newcode96 webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/signal_processing.py:96: convoled_signal = signal._spawn(convolved_samples) On 2017/03/02 18:55:52, ivoc wrote: > ...
3 years, 9 months ago (2017-03-03 14:01:00 UTC) #13
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/2715763003/80001
3 years, 9 months ago (2017-03-03 16:19:35 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/14458)
3 years, 9 months ago (2017-03-03 16:23:46 UTC) #18
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/2715763003/100001
3 years, 9 months ago (2017-03-03 17:19:48 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/14462)
3 years, 9 months ago (2017-03-03 17:23:38 UTC) #23
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/2715763003/120001
3 years, 9 months ago (2017-03-03 17:45:21 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/14464)
3 years, 9 months ago (2017-03-03 17:48:29 UTC) #28
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/2715763003/140001
3 years, 9 months ago (2017-03-06 06:31:13 UTC) #31
commit-bot: I haz the power
3 years, 9 months ago (2017-03-06 06:33:17 UTC) #34
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://chromium.googlesource.com/external/webrtc/+/21debb3ae819f91f4d7da6800...

Powered by Google App Engine
This is Rietveld 408576698