APM: rename AnalogGainStatsReporter to InputVolumeStatsReporter

Adopt the new naming convention, which replaces "analog gain" and
"mic level" with "input volume", in the input volume stats reporter.

Bug: webrtc:7494
Change-Id: Ia24876151f51dd1dcc4e4f9db56c64d11ae3b442
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/279840
Reviewed-by: Hanna Silen <silen@webrtc.org>
Commit-Queue: Alessio Bazzica <alessiob@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#38467}
This commit is contained in:
Alessio Bazzica
2022-10-24 22:08:23 +02:00
committed by WebRTC LUCI CQ
parent 28da5462be
commit b5319fabee
5 changed files with 117 additions and 126 deletions

View File

@ -1131,8 +1131,7 @@ int AudioProcessingImpl::ProcessCaptureStreamLocked() {
}
if (capture_.applied_input_volume.has_value()) {
// Log the applied input volume only when available.
input_volume_stats_reporter_.UpdateStatistics(
applied_input_volume_stats_reporter_.UpdateStatistics(
*capture_.applied_input_volume);
}