AgcManagerDirect ctor API and doc string improved
Bug: chromium:1275566 Change-Id: Iedc8f5cbbf65fbf018da9df1aaa1f8ade1bbc063 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/268840 Reviewed-by: Hanna Silen <silen@webrtc.org> Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37569}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
ba5700171f
commit
866caeb62c
@ -286,10 +286,12 @@ class RTC_EXPORT AudioProcessing : public rtc::RefCountInterface {
|
||||
// Enables the analog gain controller functionality.
|
||||
struct AnalogGainController {
|
||||
bool enabled = true;
|
||||
// TODO(bugs.webrtc.org/1275566): Describe `startup_min_volume`.
|
||||
int startup_min_volume = kAgcStartupMinVolume;
|
||||
// Lowest analog microphone level that will be applied in response to
|
||||
// clipping.
|
||||
int clipped_level_min = kClippedLevelMin;
|
||||
// If true, an adaptive digital gain is applied.
|
||||
bool enable_digital_adaptive = true;
|
||||
// Amount the microphone level is lowered with every clipping event.
|
||||
// Limited to (0, 255].
|
||||
|
||||
Reference in New Issue
Block a user