HomeSort by relevance Sort by last modified time
    Searched refs:Intelligibility (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/test/
audioproc_float.cc 63 DEFINE_bool(ie, false, "Enable intelligibility enhancer.");
99 "FIXME(ajm): The intelligibility enhancer output is not dumped.\n");
116 config.Set<Intelligibility>(new Intelligibility(FLAGS_ie || FLAGS_all));
  /external/webrtc/webrtc/modules/audio_processing/include/
audio_processing.h 140 // Use to enable intelligibility enhancer in audio processing. Must be provided
146 struct Intelligibility {
147 Intelligibility() : enabled(false) {}
148 explicit Intelligibility(bool enabled) : enabled(enabled) {}
367 // Same as |AnalyzeReverseStream|, but may modify |frame| if intelligibility
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_performance_unittest.cc 603 config.Set<Intelligibility>(new Intelligibility(true));
audio_processing_impl.cc 34 #include "webrtc/modules/audio_processing/intelligibility/intelligibility_enhancer.h"
222 config.Get<Intelligibility>().enabled),
    [all...]

Completed in 191 milliseconds