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

Issue 2763273003: Changed OLA window for neteq. Old code didnt work well with 48khz (Closed)

Created:
3 years, 9 months ago by squashingskak
Modified:
3 years, 8 months ago
Reviewers:
hlundin-webrtc
CC:
webrtc-reviews_webrtc.org, AleBzk, kwiberg-webrtc, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, qiang.lu, niklas.enbom, peah-webrtc, minyue-webrtc, yujie_mao (webrtc)
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Changed OLA window for neteq. Old code didnt work well with 48khz fixing white spaces updated authors file Changed OLA window to use Q14 as Q5 dosnt work with 48khz. 1 ms @ 48 khz is > 2^5 BUG=webrtc:1361 Review-Url: https://codereview.webrtc.org/2763273003 Cr-Commit-Position: refs/heads/master@{#17611} Committed: https://chromium.googlesource.com/external/webrtc/+/9f2c18e237593b5f8cbc7d7a3838ab6596123c53

Patch Set 1 #

Total comments: 24

Patch Set 2 : Updated based on review feeedback #

Total comments: 2

Patch Set 3 : Updated after review comments #

Total comments: 1

Patch Set 4 : Win64 compile fix #

Patch Set 5 : Fixing warning #

Patch Set 6 : updated hash values for bitexactness tests #

Patch Set 7 : updated hash values for Android and win64 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -61 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/modules/audio_coding/acm2/audio_coding_module_unittest.cc View 1 2 3 4 5 6 4 chunks +25 lines, -25 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/neteq_unittest.cc View 1 2 3 4 5 6 2 chunks +8 lines, -8 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/normal.h View 1 2 3 3 chunks +10 lines, -3 lines 0 comments Download
M webrtc/modules/audio_coding/neteq/normal.cc View 1 2 3 4 2 chunks +36 lines, -25 lines 0 comments Download

Messages

Total messages: 49 (21 generated)
squashingskak
I just added a patch. Still learning how the process works
3 years, 9 months ago (2017-03-22 16:33:35 UTC) #1
squashingskak
The change breaks the bit exactness tests involving neteq. I am not sure how to ...
3 years, 9 months ago (2017-03-22 16:49:54 UTC) #2
hlundin-webrtc
Thanks for the patch! 1. Run "git cl patch" to fix style issues. 2. Tidy ...
3 years, 9 months ago (2017-03-23 11:41:52 UTC) #4
squashingskak
https://codereview.webrtc.org/2763273003/diff/1/webrtc/modules/audio_coding/neteq/normal.cc File webrtc/modules/audio_coding/neteq/normal.cc (right): https://codereview.webrtc.org/2763273003/diff/1/webrtc/modules/audio_coding/neteq/normal.cc#newcode133 webrtc/modules/audio_coding/neteq/normal.cc:133: int win_length = ola_win_length_ ; On 2017/03/23 11:41:50, hlundin-webrtc ...
3 years, 8 months ago (2017-03-27 10:24:59 UTC) #5
hlundin-webrtc
https://codereview.webrtc.org/2763273003/diff/1/webrtc/modules/audio_coding/neteq/normal.cc File webrtc/modules/audio_coding/neteq/normal.cc (right): https://codereview.webrtc.org/2763273003/diff/1/webrtc/modules/audio_coding/neteq/normal.cc#newcode147 webrtc/modules/audio_coding/neteq/normal.cc:147: } On 2017/03/27 10:24:59, squashingskak wrote: > On 2017/03/23 ...
3 years, 8 months ago (2017-03-27 10:44:27 UTC) #6
squashingskak
I have adressed the comments with the latest update.
3 years, 8 months ago (2017-03-27 11:37:06 UTC) #7
hlundin-webrtc
Thanks! Two minor comments inline, and also, please, add BUG=webrtc:1361 to the CL description (edit ...
3 years, 8 months ago (2017-03-27 13:29:06 UTC) #8
squashingskak
updated based on recent comments
3 years, 8 months ago (2017-03-28 07:40:55 UTC) #10
hlundin-webrtc
This looks good. Thanks! Now, I will have to figure out how to handle the ...
3 years, 8 months ago (2017-03-28 12:03:42 UTC) #11
hlundin-webrtc
https://codereview.webrtc.org/2763273003/diff/40001/webrtc/modules/audio_coding/neteq/normal.h File webrtc/modules/audio_coding/neteq/normal.h (right): https://codereview.webrtc.org/2763273003/diff/40001/webrtc/modules/audio_coding/neteq/normal.h#newcode45 webrtc/modules/audio_coding/neteq/normal.h:45: default_win_slope_Q14_((1 << 14) / samples_per_ms_) {} You get compilation ...
3 years, 8 months ago (2017-03-28 12:21:04 UTC) #12
squashingskak
Hi. Unfortunatly some other stuff I have done on my machine seems to have broken ...
3 years, 8 months ago (2017-03-28 13:48:47 UTC) #13
squashingskak
Figured it out. Had messsed ou my shell setup script
3 years, 8 months ago (2017-03-28 14:06:00 UTC) #14
squashingskak
updated
3 years, 8 months ago (2017-03-28 14:19:47 UTC) #15
squashingskak
I have tried to fix some more warnings but seems like the test system is ...
3 years, 8 months ago (2017-03-29 13:22:24 UTC) #24
hlundin-webrtc
On 2017/03/29 13:22:24, squashingskak wrote: > I have tried to fix some more warnings but ...
3 years, 8 months ago (2017-03-29 15:09:08 UTC) #25
hlundin-webrtc
On 2017/03/29 15:09:08, hlundin-webrtc wrote: > On 2017/03/29 13:22:24, squashingskak wrote: > > I have ...
3 years, 8 months ago (2017-04-07 10:03:04 UTC) #26
squashingskak
Updated. Hope I got it right
3 years, 8 months ago (2017-04-07 16:06:24 UTC) #27
hlundin-webrtc
On 2017/04/07 16:06:24, squashingskak wrote: > Updated. Hope I got it right Thanks! Let's give ...
3 years, 8 months ago (2017-04-07 20:30:45 UTC) #28
squashingskak
Updated more hash values
3 years, 8 months ago (2017-04-08 15:06:32 UTC) #33
hlundin-webrtc
On 2017/04/08 15:06:32, squashingskak wrote: > Updated more hash values Awesome! This now passes all ...
3 years, 8 months ago (2017-04-10 09:20:04 UTC) #38
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/2763273003/120001
3 years, 8 months ago (2017-04-10 09:20:15 UTC) #40
commit-bot: I haz the power
Committed patchset #7 (id:120001) as https://chromium.googlesource.com/external/webrtc/+/9f2c18e237593b5f8cbc7d7a3838ab6596123c53
3 years, 8 months ago (2017-04-10 09:22:51 UTC) #43
squashingskak
Hi. Looking at the final commit I see that wire swiss gmbh is there two ...
3 years, 8 months ago (2017-04-10 09:33:52 UTC) #44
hlundin-webrtc
On 2017/04/10 09:33:52, squashingskak wrote: > Hi. Looking at the final commit I see that ...
3 years, 8 months ago (2017-04-10 11:42:35 UTC) #45
hlundin-webrtc
On 2017/04/10 11:42:35, hlundin-webrtc wrote: > On 2017/04/10 09:33:52, squashingskak wrote: > > Hi. Looking ...
3 years, 8 months ago (2017-04-10 11:51:46 UTC) #46
squashingskak
Hi. I have recieved an email that indicate that the patch is causing issues. The ...
3 years, 8 months ago (2017-04-12 16:13:24 UTC) #47
squashingskak
The change will look something like this: - if (fs_hz_ == 48000) { - RTC_DCHECK_EQ(win_up_Q14, ...
3 years, 8 months ago (2017-04-12 16:26:00 UTC) #48
squashingskak
3 years, 8 months ago (2017-04-12 16:34:12 UTC) #49
Message was sent while issue was closed.
The issue is this: https://bugs.chromium.org/p/chromium/issues/detail?id=710812

Powered by Google App Engine
This is Rietveld 408576698