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

  /external/webrtc/webrtc/modules/audio_processing/
voice_detection_impl.cc 13 #include "webrtc/common_audio/vad/include/webrtc_vad.h"
17 class VoiceDetectionImpl::Vad {
19 Vad() {
25 ~Vad() {
31 RTC_DISALLOW_COPY_AND_ASSIGN(Vad);
44 rtc::scoped_ptr<Vad> new_vad;
46 new_vad.reset(new Vad());
  /external/webrtc/webrtc/common_audio/vad/include/
vad.h 16 #include "webrtc/common_audio/vad/include/webrtc_vad.h"
21 class Vad {
32 virtual ~Vad() = default;
34 // Calculates a VAD decision for the given audio frame. Valid sample rates
41 // Resets VAD state.
45 // Returns a Vad instance that's implemented on top of WebRtcVad.
46 rtc::scoped_ptr<Vad> CreateVad(Vad::Aggressiveness aggressiveness);

Completed in 76 milliseconds