Searched refs:kVoiceThreshold (Results 1 – 1 of 1) sorted by relevance
33 static const float kVoiceThreshold = 0.02f; variable319 bool not_voiced = voice_probability < kVoiceThreshold; in UpdateRestoration()