Searched refs:latest_voice_probability_ (Results 1 – 2 of 2) sorted by relevance
37 latest_voice_probability_ = vad_prob.speech_probability; in Process()38 if (latest_voice_probability_ > kVadConfidenceThreshold) { in Process()62 return latest_voice_probability_; in voice_probability()
47 float latest_voice_probability_ = 0.f; variable