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

Issue 1773173002: Dont always downsample to 16kHz in the reverse stream in APM (Closed)

Created:
4 years, 9 months ago by aluebs-webrtc
Modified:
4 years, 9 months ago
CC:
webrtc-reviews_webrtc.org, Andrew MacDonald, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, kwiberg-webrtc, minyue-webrtc, the sun, aluebs-webrtc, bjornv1
Base URL:
https://chromium.googlesource.com/external/webrtc.git@aecm
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Dont always downsample to 16kHz in the reverse stream in APM TBR=tina.legrand@webrtc.org Committed: https://crrev.com/df6416aa502d5a9694875a22fcdf286c10f836ea Cr-Commit-Position: refs/heads/master@{#12024}

Patch Set 1 #

Total comments: 30

Patch Set 2 : Simplify get_proc_rate #

Patch Set 3 : Naming #

Total comments: 4

Patch Set 4 : Rename back #

Patch Set 5 : Rebase #

Patch Set 6 : update output_data_mac.pb #

Patch Set 7 : Fix android #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -68 lines) Patch
M data/audio_processing/output_data_float.pb View Binary file 0 comments Download
M data/audio_processing/output_data_mac.pb View 1 2 3 4 5 Binary file 0 comments Download
M webrtc/modules/audio_processing/audio_processing_impl.h View 1 2 3 4 2 chunks +5 lines, -6 lines 0 comments Download
M webrtc/modules/audio_processing/audio_processing_impl.cc View 1 2 3 4 5 6 11 chunks +62 lines, -58 lines 0 comments Download
M webrtc/modules/audio_processing/test/audio_processing_unittest.cc View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 35 (16 generated)
aluebs-webrtc
4 years, 9 months ago (2016-03-08 15:58:57 UTC) #2
hlundin-webrtc
https://codereview.webrtc.org/1773173002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc File webrtc/modules/audio_processing/audio_processing_impl.cc (right): https://codereview.webrtc.org/1773173002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc#newcode87 webrtc/modules/audio_processing/audio_processing_impl.cc:87: for (size_t i = 0; i < AudioProcessing::kNumNativeSampleRates; ++i) ...
4 years, 9 months ago (2016-03-09 12:10:57 UTC) #3
aluebs-webrtc
https://codereview.webrtc.org/1773173002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc File webrtc/modules/audio_processing/audio_processing_impl.cc (right): https://codereview.webrtc.org/1773173002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc#newcode87 webrtc/modules/audio_processing/audio_processing_impl.cc:87: for (size_t i = 0; i < AudioProcessing::kNumNativeSampleRates; ++i) ...
4 years, 9 months ago (2016-03-09 13:16:02 UTC) #4
peah-webrtc
https://codereview.webrtc.org/1773173002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc File webrtc/modules/audio_processing/audio_processing_impl.cc (right): https://codereview.webrtc.org/1773173002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc#newcode78 webrtc/modules/audio_processing/audio_processing_impl.cc:78: bool is_multi_band(int sample_rate_hz) { I think the style guide ...
4 years, 9 months ago (2016-03-09 13:25:44 UTC) #5
peah-webrtc
https://codereview.webrtc.org/1773173002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc File webrtc/modules/audio_processing/audio_processing_impl.cc (right): https://codereview.webrtc.org/1773173002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc#newcode87 webrtc/modules/audio_processing/audio_processing_impl.cc:87: for (size_t i = 0; i < AudioProcessing::kNumNativeSampleRates; ++i) ...
4 years, 9 months ago (2016-03-09 13:31:18 UTC) #6
aluebs-webrtc
https://codereview.webrtc.org/1773173002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc File webrtc/modules/audio_processing/audio_processing_impl.cc (right): https://codereview.webrtc.org/1773173002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc#newcode78 webrtc/modules/audio_processing/audio_processing_impl.cc:78: bool is_multi_band(int sample_rate_hz) { On 2016/03/09 13:25:43, peah-webrtc wrote: ...
4 years, 9 months ago (2016-03-09 14:27:48 UTC) #7
peah-webrtc
https://codereview.webrtc.org/1773173002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc File webrtc/modules/audio_processing/audio_processing_impl.cc (right): https://codereview.webrtc.org/1773173002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc#newcode78 webrtc/modules/audio_processing/audio_processing_impl.cc:78: bool is_multi_band(int sample_rate_hz) { On 2016/03/09 14:27:48, aluebs-webrtc wrote: ...
4 years, 9 months ago (2016-03-10 06:59:24 UTC) #8
aluebs-webrtc
https://codereview.webrtc.org/1773173002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc File webrtc/modules/audio_processing/audio_processing_impl.cc (right): https://codereview.webrtc.org/1773173002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc#newcode78 webrtc/modules/audio_processing/audio_processing_impl.cc:78: bool is_multi_band(int sample_rate_hz) { On 2016/03/10 06:59:24, peah-webrtc wrote: ...
4 years, 9 months ago (2016-03-10 15:34:32 UTC) #9
aluebs-webrtc
Now we tested with peah on a AppRTCDemo call that this introduces no regression with ...
4 years, 9 months ago (2016-03-11 13:35:28 UTC) #10
hlundin-webrtc
lgtm
4 years, 9 months ago (2016-03-11 14:01:33 UTC) #11
peah-webrtc
On 2016/03/11 14:01:33, hlundin-webrtc wrote: > lgtm lgtm
4 years, 9 months ago (2016-03-11 21:26:12 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1773173002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1773173002/80001
4 years, 9 months ago (2016-03-15 23:23:25 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1773173002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1773173002/80001
4 years, 9 months ago (2016-03-15 23:27:15 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: mac_rel on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/mac_rel/builds/13550)
4 years, 9 months ago (2016-03-15 23:35:58 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1773173002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1773173002/100001
4 years, 9 months ago (2016-03-15 23:56:26 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_dbg/builds/11752)
4 years, 9 months ago (2016-03-16 01:44:36 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1773173002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1773173002/120001
4 years, 9 months ago (2016-03-16 23:26:34 UTC) #31
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 9 months ago (2016-03-17 01:26:40 UTC) #33
commit-bot: I haz the power
4 years, 9 months ago (2016-03-17 01:26:49 UTC) #35
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/df6416aa502d5a9694875a22fcdf286c10f836ea
Cr-Commit-Position: refs/heads/master@{#12024}

Powered by Google App Engine
This is Rietveld 408576698