Home
last modified time | relevance | path

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

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