AGC2 flags: remove deprecated fields.
Downstream projects adapted, clean up. Bug: webrtc:7494 Change-Id: I019b8dd79c6bc55c900fb5595d5e2ee8aa0a2400 Reviewed-on: https://webrtc-review.googlesource.com/c/110865 Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Reviewed-by: Alex Loiko <aleloi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25656}
This commit is contained in:

committed by
Commit Bot

parent
a06bf8506f
commit
dd886082c5
@ -281,12 +281,6 @@ class AudioProcessing : public rtc::RefCountInterface {
|
||||
bool use_saturation_protector = true;
|
||||
float extra_saturation_margin_db = 2.f;
|
||||
} adaptive_digital;
|
||||
// Deprecated.
|
||||
// TODO(webrtc:7494): Switch to fixed_digital.gain_db and remove.
|
||||
float fixed_gain_db = 0.f;
|
||||
// Deprecated.
|
||||
// TODO(webrtc:7494): Switch to adaptive_digital.enabled and remove.
|
||||
bool adaptive_digital_mode = false;
|
||||
} gain_controller2;
|
||||
|
||||
// Explicit copy assignment implementation to avoid issues with memory
|
||||
|
Reference in New Issue
Block a user