Rework transient suppressor configuration in audioproc_f
The transient suppressor can be configured as: 0 - Deactivated 1 - Activated with key events from aecdump 2 - Activated with continuous key events (for debugging purposes) Bug: webrtc:5298 Change-Id: I116eb08ad50178dc5116d5d967084e6c9967f258 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/211869 Reviewed-by: Per Åhgren <peah@webrtc.org> Commit-Queue: Gustaf Ullberg <gustaf@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33464}
This commit is contained in:
committed by
Commit Bot
parent
685be147cb
commit
fdd6099348
@ -101,7 +101,7 @@ struct SimulationSettings {
|
||||
absl::optional<bool> use_pre_amplifier;
|
||||
absl::optional<bool> use_hpf;
|
||||
absl::optional<bool> use_ns;
|
||||
absl::optional<bool> use_ts;
|
||||
absl::optional<int> use_ts;
|
||||
absl::optional<bool> use_analog_agc;
|
||||
absl::optional<bool> use_vad;
|
||||
absl::optional<bool> use_le;
|
||||
|
||||
Reference in New Issue
Block a user