Base ApmTest.Process on AudioProcessingStats.output_rms_dbfs

This replaces the current usage of AudioProcessing::level_estimator()
in that test.

The unit tests that specifically test the level_estimator API are left
in place, until the level_estimator API itself is removed.

Bug: webrtc:9947
Change-Id: I73301c1478d2c9763bb49598a692142229102876
Reviewed-on: https://webrtc-review.googlesource.com/c/114550
Commit-Queue: Sam Zackrisson <saza@webrtc.org>
Reviewed-by: Alessio Bazzica <alessiob@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26049}
This commit is contained in:
Sam Zackrisson
2018-12-18 17:13:58 +01:00
committed by Commit Bot
parent 358fba1f9d
commit 11b8703201
4 changed files with 12 additions and 12 deletions

View File

@ -35,7 +35,7 @@ message Test {
repeated DelayMetrics delay_metrics = 12;
repeated int32 rms_level = 13;
optional float rms_dbfs_average = 13;
optional float ns_speech_probability_average = 14;