APM: remove kClippedLevelMin from audio_processing.h
Bug: webrtc:7494 Change-Id: I91ed3b82592d9801b113ca72a2b2221b5abf20a3 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/278788 Reviewed-by: Per Åhgren <peah@webrtc.org> Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38389}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
c1d5fda22c
commit
488f669724
@ -2058,10 +2058,6 @@ void AudioProcessingImpl::WriteAecDumpConfigMessage(bool forced) {
|
||||
std::string experiments_description = "";
|
||||
// TODO(peah): Add semicolon-separated concatenations of experiment
|
||||
// descriptions for other submodules.
|
||||
if (config_.gain_controller1.analog_gain_controller.clipped_level_min !=
|
||||
kClippedLevelMin) {
|
||||
experiments_description += "AgcClippingLevelExperiment;";
|
||||
}
|
||||
if (!!submodules_.capture_post_processor) {
|
||||
experiments_description += "CapturePostProcessor;";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user