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

Issue 1182323005: Allow intelligibility to compile in apm (Closed)

Created:
5 years, 6 months ago by ekm
Modified:
5 years, 6 months ago
CC:
webrtc-reviews_webrtc.org, Andrew MacDonald, tterriberry_mozilla.com, hlundin-webrtc, kwiberg-webrtc, aluebs-webrtc, bjornv1
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Allow intelligibility to compile in apm - Added files to gyp and BUILD - Made minor fixes to get everything to compile and intelligibility_proc to run - Added comments - Auto-reformatting Original cl is at: https://webrtc-codereview.appspot.com/57579004/ TBR=aluebs@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/b7553dfdbb1ca7779eb0d80b5f509523c9b00086 BUG=

Patch Set 1 #

Patch Set 2 : Switched to WAV for output and added accumulate header #

Patch Set 3 : Use WAV for input also to avoid windows errors #

Patch Set 4 : Got rid of some includes that were bad for windows #

Patch Set 5 : Got rid of dead includes #

Patch Set 6 : Use size_t to address win_x64_rel warning errors #

Total comments: 20

Patch Set 7 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+361 lines, -304 lines) Patch
M webrtc/modules/audio_processing/BUILD.gn View 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/audio_processing.gypi View 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/audio_processing_tests.gypi View 1 chunk +13 lines, -0 lines 0 comments Download
M webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.h View 4 chunks +75 lines, -34 lines 0 comments Download
M webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.cc View 1 17 chunks +103 lines, -80 lines 0 comments Download
M webrtc/modules/audio_processing/intelligibility/intelligibility_proc.cc View 1 2 3 4 5 6 1 chunk +96 lines, -137 lines 0 comments Download
M webrtc/modules/audio_processing/intelligibility/intelligibility_utils.h View 5 chunks +22 lines, -22 lines 0 comments Download
M webrtc/modules/audio_processing/intelligibility/intelligibility_utils.cc View 10 chunks +44 lines, -31 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
ekm
Committed patchset #1 (id:1) manually as b7553dfdbb1ca7779eb0d80b5f509523c9b00086 (presubmit successful).
5 years, 6 months ago (2015-06-17 01:57:43 UTC) #1
aluebs-webrtc
A revert of this CL (patchset #1 id:1) has been created in https://codereview.webrtc.org/1187033005/ by aluebs@webrtc.org. ...
5 years, 6 months ago (2015-06-17 03:25:56 UTC) #2
aluebs-google
Else it would have lgtm'd...
5 years, 6 months ago (2015-06-17 03:29:04 UTC) #4
aluebs-webrtc
Else it would have lgtm'd...
5 years, 6 months ago (2015-06-17 03:29:43 UTC) #5
ekm
Added <numeric> header to intelligibility_enhancer.cc which fixed all trys except windows. intelligibility_proc.cc had several things ...
5 years, 6 months ago (2015-06-17 23:10:03 UTC) #9
Andrew MacDonald
https://codereview.webrtc.org/1182323005/diff/140001/webrtc/modules/audio_processing/intelligibility/intelligibility_proc.cc File webrtc/modules/audio_processing/intelligibility/intelligibility_proc.cc (right): https://codereview.webrtc.org/1182323005/diff/140001/webrtc/modules/audio_processing/intelligibility/intelligibility_proc.cc#newcode33 webrtc/modules/audio_processing/intelligibility/intelligibility_proc.cc:33: const int16_t* in_ipcm; I don't think any of these ...
5 years, 6 months ago (2015-06-18 03:38:15 UTC) #10
Andrew MacDonald
Oh, I just noticed, why is this CL not closed? Did you reopen it? You ...
5 years, 6 months ago (2015-06-18 03:39:22 UTC) #11
ekm
https://codereview.webrtc.org/1182323005/diff/140001/webrtc/modules/audio_processing/intelligibility/intelligibility_proc.cc File webrtc/modules/audio_processing/intelligibility/intelligibility_proc.cc (right): https://codereview.webrtc.org/1182323005/diff/140001/webrtc/modules/audio_processing/intelligibility/intelligibility_proc.cc#newcode33 webrtc/modules/audio_processing/intelligibility/intelligibility_proc.cc:33: const int16_t* in_ipcm; On 2015/06/18 03:38:15, andrew wrote: > ...
5 years, 6 months ago (2015-06-18 18:50:27 UTC) #12
ekm
5 years, 6 months ago (2015-06-18 18:51:23 UTC) #13
On 2015/06/18 03:39:22, andrew wrote:
> Oh, I just noticed, why is this CL not closed? Did you reopen it?
> 
> You should start a new CL for your attempt at relanding.

Ok, thanks. Will do.

Powered by Google App Engine
This is Rietveld 408576698