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

Issue 1766103002: Drop 48kHz sample rate support in the APM for ARM architecture (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@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Drop 48kHz sample rate support in the APM for ARM architecture The 3-band splitting filter is highly complex on this architecture. Today this is not a problem, because on those platforms we mostly use AECM which forces us to downsample to 16kHz anyway, but this is a way of guarding against it. In the long term we want to optimize the 3-band splitting filter for ARM architectures, but for now we can just disable it. Committed: https://crrev.com/4c279b852c7f3c92654fa09f813259ff427d1830 Cr-Commit-Position: refs/heads/master@{#11900}

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M webrtc/modules/audio_processing/audio_processing_impl.cc View 1 chunk +4 lines, -0 lines 6 comments Download

Messages

Total messages: 19 (5 generated)
aluebs-webrtc
4 years, 9 months ago (2016-03-04 23:08:45 UTC) #3
peah-webrtc
https://codereview.webrtc.org/1766103002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc File webrtc/modules/audio_processing/audio_processing_impl.cc (right): https://codereview.webrtc.org/1766103002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc#newcode116 webrtc/modules/audio_processing/audio_processing_impl.cc:116: AudioProcessing::kSampleRate32kHz}; What is the impact of this on current ...
4 years, 9 months ago (2016-03-05 10:56:41 UTC) #4
aluebs-webrtc
https://codereview.webrtc.org/1766103002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc File webrtc/modules/audio_processing/audio_processing_impl.cc (right): https://codereview.webrtc.org/1766103002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc#newcode116 webrtc/modules/audio_processing/audio_processing_impl.cc:116: AudioProcessing::kSampleRate32kHz}; On 2016/03/05 10:56:41, peah-webrtc wrote: > What is ...
4 years, 9 months ago (2016-03-07 11:32:15 UTC) #5
peah-webrtc
https://codereview.webrtc.org/1766103002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc File webrtc/modules/audio_processing/audio_processing_impl.cc (right): https://codereview.webrtc.org/1766103002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc#newcode116 webrtc/modules/audio_processing/audio_processing_impl.cc:116: AudioProcessing::kSampleRate32kHz}; On 2016/03/07 11:32:15, aluebs-webrtc wrote: > On 2016/03/05 ...
4 years, 9 months ago (2016-03-07 12:50:48 UTC) #6
aluebs-webrtc
https://codereview.webrtc.org/1766103002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc File webrtc/modules/audio_processing/audio_processing_impl.cc (right): https://codereview.webrtc.org/1766103002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc#newcode116 webrtc/modules/audio_processing/audio_processing_impl.cc:116: AudioProcessing::kSampleRate32kHz}; On 2016/03/07 12:50:48, peah-webrtc wrote: > On 2016/03/07 ...
4 years, 9 months ago (2016-03-07 13:02:02 UTC) #7
peah-webrtc
On 2016/03/07 13:02:02, aluebs-webrtc wrote: > https://codereview.webrtc.org/1766103002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc > File webrtc/modules/audio_processing/audio_processing_impl.cc (right): > > https://codereview.webrtc.org/1766103002/diff/1/webrtc/modules/audio_processing/audio_processing_impl.cc#newcode116 > ...
4 years, 9 months ago (2016-03-07 14:22:59 UTC) #8
aluebs-webrtc
turaj, hlundin, any additional comments?
4 years, 9 months ago (2016-03-07 14:29:44 UTC) #9
turaj
lgtm
4 years, 9 months ago (2016-03-07 16:15:17 UTC) #10
aluebs-webrtc
Landing this now, but please let me know if you have any additional comments.
4 years, 9 months ago (2016-03-08 08:48:35 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1766103002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1766103002/1
4 years, 9 months ago (2016-03-08 08:48:45 UTC) #13
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 9 months ago (2016-03-08 09:48:22 UTC) #15
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/4c279b852c7f3c92654fa09f813259ff427d1830 Cr-Commit-Position: refs/heads/master@{#11900}
4 years, 9 months ago (2016-03-08 09:48:30 UTC) #17
hlundin-webrtc
lgtm
4 years, 9 months ago (2016-03-08 09:58:47 UTC) #18
peah-webrtc
4 years, 9 months ago (2016-03-10 07:01:00 UTC) #19
Message was sent while issue was closed.
https://codereview.webrtc.org/1766103002/diff/1/webrtc/modules/audio_processi...
File webrtc/modules/audio_processing/audio_processing_impl.cc (right):

https://codereview.webrtc.org/1766103002/diff/1/webrtc/modules/audio_processi...
webrtc/modules/audio_processing/audio_processing_impl.cc:116:
AudioProcessing::kSampleRate32kHz};
Ah, then I see. Then the change is fine.

Powered by Google App Engine
This is Rietveld 408576698