Default enable delay adaptation during DTX.
Bug: webrtc:10736 Change-Id: I5dcc431211c6c1c89b4d7d1ab07b23d63c0550d3 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/201385 Reviewed-by: Ivo Creusen <ivoc@webrtc.org> Commit-Queue: Jakob Ivarsson <jakobi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32999}
This commit is contained in:
committed by
Commit Bot
parent
5ab6a8cea9
commit
59bdcbe3c9
@ -50,8 +50,8 @@ DecisionLogic::DecisionLogic(
|
||||
disallow_time_stretching_(!config.allow_time_stretching),
|
||||
timescale_countdown_(
|
||||
tick_timer_->GetNewCountdown(kMinTimescaleInterval + 1)),
|
||||
estimate_dtx_delay_("estimate_dtx_delay", false),
|
||||
time_stretch_cn_("time_stretch_cn", false),
|
||||
estimate_dtx_delay_("estimate_dtx_delay", true),
|
||||
time_stretch_cn_("time_stretch_cn", true),
|
||||
target_level_window_ms_("target_level_window",
|
||||
kDefaultTargetLevelWindowMs,
|
||||
0,
|
||||
|
||||
Reference in New Issue
Block a user