Searched defs:EchoAudibility (Results 1 – 2 of 2) sorted by relevance
119 struct EchoAudibility { struct120 float low_render_limit = 4 * 64.f;121 float normal_render_limit = 64.f;122 float floor_power = 2 * 64.f;123 float audibility_threshold_lf = 10;124 float audibility_threshold_mf = 10;125 float audibility_threshold_hf = 10;126 bool use_stationarity_properties = false;127 bool use_stationarity_properties_at_init = false;
25 EchoAudibility::EchoAudibility(bool use_render_stationarity_at_init) in EchoAudibility() function in webrtc::EchoAudibility