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

  /external/webrtc/webrtc/modules/audio_processing/vad/
voice_activity_detector.cc 23 const double kDefaultVoiceValue = 1.0;
30 : last_voice_probability_(kDefaultVoiceValue),
voice_activity_detector_unittest.cc 39 const float kDefaultVoiceValue = 1.f;
49 EXPECT_FLOAT_EQ(vad.last_voice_probability(), kDefaultVoiceValue);

Completed in 962 milliseconds