Open up for do the noise suppressor analysis on the linear AEC output
This CL allows the noise suppressor to use the linear AEC output for analysis whenever that is available. This will potentially lower the risk that the noise suppressor estimates the noise based on echo. The feature is off by default. Bug: webrtc:5298,b:132164318 Change-Id: Idc6c8e197d96209d213819d87a8fb2533b7303ec Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/162900 Reviewed-by: Sam Zackrisson <saza@webrtc.org> Commit-Queue: Per Åhgren <peah@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30116}
This commit is contained in:
@ -75,6 +75,7 @@ struct SimulationSettings {
|
||||
agc2_adaptive_level_estimator;
|
||||
absl::optional<float> pre_amplifier_gain_factor;
|
||||
absl::optional<int> ns_level;
|
||||
absl::optional<bool> ns_analysis_on_linear_aec_output;
|
||||
absl::optional<int> maximum_internal_processing_rate;
|
||||
int initial_mic_level;
|
||||
bool simulate_mic_gain = false;
|
||||
|
||||
Reference in New Issue
Block a user