Searched defs:TestLevelEstimator (Results 1 – 2 of 2) sorted by relevance
57 struct TestLevelEstimator { struct58 explicit TestLevelEstimator(int adjacent_speech_frames_threshold) in TestLevelEstimator() function72 ApmDataDumper data_dumper;73 std::unique_ptr<SpeechLevelEstimator> estimator;74 const float initial_speech_level_dbfs;75 const float level_rms_dbfs;76 const float level_peak_dbfs;
29 void TestLevelEstimator(int sample_rate_hz, in TestLevelEstimator() function