Reland "Remove the aec_quality_min metric."
This is a reland of 99b1bd1553d442ef7d27755567594ac7e65c53b7 Original change's description: > Remove the aec_quality_min metric. > > Removing this unused metric. > > Bug: webrtc:8563 > Change-Id: I47446d6aaf5dcc3a8ea57f9248576d68bbe2a304 > Reviewed-on: https://webrtc-review.googlesource.com/30720 > Commit-Queue: Gustaf Ullberg <gustaf@webrtc.org> > Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#21158} Bug: webrtc:8563 Change-Id: I622df96528cd6e54e252b22a315840e12d521c7f Reviewed-on: https://webrtc-review.googlesource.com/31780 Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org> Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org> Commit-Queue: Gustaf Ullberg <gustaf@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21201}
This commit is contained in:
parent
de5afcfcbf
commit
3a233744eb
@ -236,7 +236,6 @@ class AudioProcessorInterface : public rtc::RefCountInterface {
|
||||
echo_return_loss_enhancement(0),
|
||||
echo_delay_median_ms(0),
|
||||
echo_delay_std_ms(0),
|
||||
aec_quality_min(0.0),
|
||||
residual_echo_likelihood(0.0f),
|
||||
residual_echo_likelihood_recent_max(0.0f),
|
||||
aec_divergent_filter_fraction(0.0) {}
|
||||
@ -247,7 +246,6 @@ class AudioProcessorInterface : public rtc::RefCountInterface {
|
||||
int echo_return_loss_enhancement;
|
||||
int echo_delay_median_ms;
|
||||
int echo_delay_std_ms;
|
||||
float aec_quality_min;
|
||||
float residual_echo_likelihood;
|
||||
float residual_echo_likelihood_recent_max;
|
||||
float aec_divergent_filter_fraction;
|
||||
|
||||
@ -606,7 +606,6 @@ struct VoiceSenderInfo : public MediaSenderInfo {
|
||||
audio_level(0),
|
||||
total_input_energy(0.0),
|
||||
total_input_duration(0.0),
|
||||
aec_quality_min(0.0),
|
||||
echo_delay_median_ms(0),
|
||||
echo_delay_std_ms(0),
|
||||
echo_return_loss(0),
|
||||
@ -624,7 +623,6 @@ struct VoiceSenderInfo : public MediaSenderInfo {
|
||||
double total_input_duration;
|
||||
// TODO(bugs.webrtc.org/8572): Remove APM stats from this struct, since they
|
||||
// are no longer needed now that we have apm_statistics.
|
||||
float aec_quality_min;
|
||||
int echo_delay_median_ms;
|
||||
int echo_delay_std_ms;
|
||||
int echo_return_loss;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user