Home
last modified time | relevance | path

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

/external/webrtc/api/audio/
Decho_canceller3_config.h112 struct EchoAudibility { struct
113 float low_render_limit = 4 * 64.f;
114 float normal_render_limit = 64.f;
115 float floor_power = 2 * 64.f;
116 float audibility_threshold_lf = 10;
117 float audibility_threshold_mf = 10;
118 float audibility_threshold_hf = 10;
119 bool use_stationarity_properties = false;
120 bool use_stationarity_properties_at_init = false;
/external/webrtc/modules/audio_processing/aec3/
Decho_audibility.cc25 EchoAudibility::EchoAudibility(bool use_render_stationarity_at_init) in EchoAudibility() function in webrtc::EchoAudibility