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