HomeSort by relevance Sort by last modified time
    Searched defs:VoiceDetection (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 28 class VoiceDetection;
210 virtual VoiceDetection* voice_detection() const = 0;
553 class VoiceDetection {
566 // VoiceDetection does _not_ need to be enabled to use this. If it happens to
593 virtual ~VoiceDetection() {};
  /external/chromium_org/third_party/webrtc/modules/audio_processing/include/
audio_processing.h 32 class VoiceDetection;
349 virtual VoiceDetection* voice_detection() const = 0;
698 class VoiceDetection {
711 // VoiceDetection does _not_ need to be enabled to use this. If it happens to
738 virtual ~VoiceDetection() {}

Completed in 44 milliseconds