OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:active_speech
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
post_decode_vad.h
55
bool
active_speech
() const { return active_speech_; }
function in class:webrtc::PostDecodeVad
time_stretch.cc
101
bool
active_speech
= SpeechDetection(vec1_energy, vec2_energy, peak_index,
local
105
if (!
active_speech
) {
144
active_speech
, fast_mode, output);
Completed in 167 milliseconds