Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/transient/
Dtransient_suppressor.cc33 static const float kVoiceThreshold = 0.02f; variable
319 bool not_voiced = voice_probability < kVoiceThreshold; in UpdateRestoration()