Correct/update the activation of the multi-channel processing in APM
This CL removes the experimental status of the multi-channel processing in APM, and accordingly updates the variable naming. It also splits the activation of multi-channel processing to be separate for render and capture. Bug: webrtc:10859 Change-Id: I0e5d04dcb94b6637c33d97146231b8ddddbaea39 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/160707 Commit-Queue: Per Åhgren <peah@webrtc.org> Reviewed-by: Sam Zackrisson <saza@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29926}
This commit is contained in:
@ -75,8 +75,9 @@ std::string AudioProcessing::Config::ToString() const {
|
||||
<< "pipeline: {"
|
||||
<< "maximum_internal_processing_rate: "
|
||||
<< pipeline.maximum_internal_processing_rate
|
||||
<< ", experimental_multi_channel: "
|
||||
<< pipeline.experimental_multi_channel << "}, "
|
||||
<< ", multi_channel_render: " << pipeline.multi_channel_render << ", "
|
||||
<< ", multi_channel_capture: " << pipeline.multi_channel_capture
|
||||
<< "}, "
|
||||
<< "pre_amplifier: { enabled: " << pre_amplifier.enabled
|
||||
<< ", fixed_gain_factor: " << pre_amplifier.fixed_gain_factor
|
||||
<< " }, high_pass_filter: { enabled: " << high_pass_filter.enabled
|
||||
|
||||
Reference in New Issue
Block a user