Searched refs:kVoiceThreshold (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/transient/
H A Dtransient_suppressor.cc33 static const float kVoiceThreshold = 0.02f; member in namespace:webrtc
319 bool not_voiced = voice_probability < kVoiceThreshold;

Completed in 66 milliseconds