Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/include/
Daudio_processing.h146 struct Intelligibility { struct
147 Intelligibility() : enabled(false) {} in Intelligibility() function
148 explicit Intelligibility(bool enabled) : enabled(enabled) {} in Intelligibility() function
149 static const ConfigOptionID identifier = ConfigOptionID::kIntelligibility; argument
150 bool enabled;