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

Issue 1800413002: Add IntelligibilityEnhancer support to audioproc_float (Closed)

Created:
4 years, 9 months ago by aluebs-webrtc
Modified:
4 years, 8 months ago
Reviewers:
peah-webrtc, turaj
CC:
webrtc-reviews_webrtc.org, 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@reverse
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add IntelligibilityEnhancer support to audioproc_float R=peah@webrtc.org Committed: https://crrev.com/98c69a0ee785adeb9d95fffeb55cdb6cedbe82c6 Cr-Commit-Position: refs/heads/master@{#12147}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Make the reverse_out_file unnecessary #

Total comments: 6

Patch Set 3 : Remove restriction for AEC #

Patch Set 4 : Rebasing #

Patch Set 5 : Rebasing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -38 lines) Patch
M webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc View 1 2 3 4 4 chunks +15 lines, -15 lines 0 comments Download
M webrtc/modules/audio_processing/intelligibility/test/intelligibility_proc.cc View 1 2 3 4 2 chunks +0 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/noise_suppression_impl.cc View 1 2 3 4 1 chunk +2 lines, -4 lines 0 comments Download
M webrtc/modules/audio_processing/test/audio_file_processor.h View 1 2 chunks +9 lines, -1 line 0 comments Download
M webrtc/modules/audio_processing/test/audio_file_processor.cc View 1 2 chunks +43 lines, -2 lines 0 comments Download
M webrtc/modules/audio_processing/test/audioproc_float.cc View 1 2 4 chunks +29 lines, -13 lines 0 comments Download

Messages

Total messages: 27 (8 generated)
aluebs-webrtc
4 years, 9 months ago (2016-03-16 01:56:47 UTC) #2
peah-webrtc
On 2016/03/16 06:56:57, peah-webrtc wrote: > mailto:peah@webrtc.org changed reviewers: > + mailto:henrik.lundin@webrtc.org I have a ...
4 years, 9 months ago (2016-03-16 07:04:50 UTC) #4
aluebs-webrtc
On 2016/03/16 07:04:50, peah-webrtc wrote: > On 2016/03/16 06:56:57, peah-webrtc wrote: > > mailto:peah@webrtc.org changed ...
4 years, 9 months ago (2016-03-16 16:40:11 UTC) #5
aluebs-webrtc
Answering to turaj's comments on the email thread: Yes, we do have a intelligibility tool ...
4 years, 9 months ago (2016-03-16 17:38:38 UTC) #6
peah-webrtc
On 2016/03/16 17:38:38, aluebs-webrtc wrote: > Answering to turaj's comments on the email thread: Yes, ...
4 years, 9 months ago (2016-03-16 19:22:47 UTC) #7
aluebs-webrtc
On 2016/03/16 19:22:47, peah-webrtc wrote: > On 2016/03/16 17:38:38, aluebs-webrtc wrote: > > Answering to ...
4 years, 9 months ago (2016-03-18 02:00:01 UTC) #8
peah-webrtc
https://codereview.webrtc.org/1800413002/diff/1/webrtc/modules/audio_processing/test/audio_file_processor.cc File webrtc/modules/audio_processing/test/audio_file_processor.cc (right): https://codereview.webrtc.org/1800413002/diff/1/webrtc/modules/audio_processing/test/audio_file_processor.cc#newcode55 webrtc/modules/audio_processing/test/audio_file_processor.cc:55: process_reverse_stream_(reverse_in_file && reverse_out_file) { Why is this true only ...
4 years, 9 months ago (2016-03-18 09:38:03 UTC) #9
aluebs-webrtc
https://codereview.webrtc.org/1800413002/diff/1/webrtc/modules/audio_processing/test/audio_file_processor.cc File webrtc/modules/audio_processing/test/audio_file_processor.cc (right): https://codereview.webrtc.org/1800413002/diff/1/webrtc/modules/audio_processing/test/audio_file_processor.cc#newcode55 webrtc/modules/audio_processing/test/audio_file_processor.cc:55: process_reverse_stream_(reverse_in_file && reverse_out_file) { On 2016/03/18 09:38:02, peah-webrtc wrote: ...
4 years, 9 months ago (2016-03-18 18:36:54 UTC) #10
peah-webrtc
On 2016/03/18 18:36:54, aluebs-webrtc wrote: > https://codereview.webrtc.org/1800413002/diff/1/webrtc/modules/audio_processing/test/audio_file_processor.cc > File webrtc/modules/audio_processing/test/audio_file_processor.cc (right): > > https://codereview.webrtc.org/1800413002/diff/1/webrtc/modules/audio_processing/test/audio_file_processor.cc#newcode55 > ...
4 years, 9 months ago (2016-03-18 21:56:52 UTC) #11
peah-webrtc
https://codereview.webrtc.org/1800413002/diff/20001/webrtc/modules/audio_processing/test/audioproc_float.cc File webrtc/modules/audio_processing/test/audioproc_float.cc (right): https://codereview.webrtc.org/1800413002/diff/20001/webrtc/modules/audio_processing/test/audioproc_float.cc#newcode90 webrtc/modules/audio_processing/test/audioproc_float.cc:90: "All components are disabled by default. If the AEC ...
4 years, 9 months ago (2016-03-18 21:57:17 UTC) #12
aluebs-webrtc
henrik? turaj? Any additional comments? https://codereview.webrtc.org/1800413002/diff/20001/webrtc/modules/audio_processing/test/audioproc_float.cc File webrtc/modules/audio_processing/test/audioproc_float.cc (right): https://codereview.webrtc.org/1800413002/diff/20001/webrtc/modules/audio_processing/test/audioproc_float.cc#newcode90 webrtc/modules/audio_processing/test/audioproc_float.cc:90: "All components are disabled ...
4 years, 9 months ago (2016-03-18 23:39:29 UTC) #13
peah-webrtc
https://codereview.webrtc.org/1800413002/diff/20001/webrtc/modules/audio_processing/test/audioproc_float.cc File webrtc/modules/audio_processing/test/audioproc_float.cc (right): https://codereview.webrtc.org/1800413002/diff/20001/webrtc/modules/audio_processing/test/audioproc_float.cc#newcode104 webrtc/modules/audio_processing/test/audioproc_float.cc:104: if (FLAGS_dump.empty() && FLAGS_aec) { On 2016/03/18 23:39:29, aluebs-webrtc ...
4 years, 9 months ago (2016-03-19 01:00:16 UTC) #14
aluebs-webrtc
https://codereview.webrtc.org/1800413002/diff/20001/webrtc/modules/audio_processing/test/audioproc_float.cc File webrtc/modules/audio_processing/test/audioproc_float.cc (right): https://codereview.webrtc.org/1800413002/diff/20001/webrtc/modules/audio_processing/test/audioproc_float.cc#newcode104 webrtc/modules/audio_processing/test/audioproc_float.cc:104: if (FLAGS_dump.empty() && FLAGS_aec) { On 2016/03/19 01:00:16, peah-webrtc ...
4 years, 9 months ago (2016-03-19 02:09:55 UTC) #15
aluebs-webrtc
Since more than a week has passed, I am taking that hlundin and turaj don't ...
4 years, 8 months ago (2016-03-29 17:10:09 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1800413002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1800413002/60001
4 years, 8 months ago (2016-03-29 17:10:25 UTC) #19
hlundin-webrtc
I've been OOO for more than a week. Sorry about not updating my nickname to ...
4 years, 8 months ago (2016-03-29 18:05:13 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 8 months ago (2016-03-29 19:10:51 UTC) #23
aluebs-webrtc
Committed patchset #5 (id:80001) manually as 98c69a0ee785adeb9d95fffeb55cdb6cedbe82c6 (presubmit successful).
4 years, 8 months ago (2016-03-29 19:43:48 UTC) #25
commit-bot: I haz the power
4 years, 8 months ago (2016-03-29 19:43:53 UTC) #27
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/98c69a0ee785adeb9d95fffeb55cdb6cedbe82c6
Cr-Commit-Position: refs/heads/master@{#12147}

Powered by Google App Engine
This is Rietveld 408576698