HomeSort by relevance Sort by last modified time
    Searched full:voice_activity_detection (Results 1 - 3 of 3) sorted by null

  /external/webrtc/talk/app/webrtc/
peerconnectioninterface.h 284 bool voice_activity_detection; member in struct:webrtc::PeerConnectionInterface::RTCOfferAnswerOptions
291 voice_activity_detection(true),
297 bool voice_activity_detection,
302 voice_activity_detection(voice_activity_detection),
peerconnection.cc 463 session_options->vad_enabled = rtc_options.voice_activity_detection;
889 options.voice_activity_detection = value;
    [all...]
webrtcsession_unittest.cc     [all...]

Completed in 387 milliseconds