Home
last modified time | relevance | path

Searched defs:AudioProcessingStats (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/audio_processing/include/
Daudio_processing_statistics.h22 struct RTC_EXPORT AudioProcessingStats { struct
33 absl::optional<int> output_rms_dbfs;
39 absl::optional<bool> voice_detected;
43 absl::optional<double> echo_return_loss;
45 absl::optional<double> echo_return_loss_enhancement;
48 absl::optional<double> divergent_filter_fraction;
57 absl::optional<int32_t> delay_median_ms;
58 absl::optional<int32_t> delay_standard_deviation_ms;
61 absl::optional<double> residual_echo_likelihood;
63 absl::optional<double> residual_echo_likelihood_recent_max;
[all …]