Searched refs:standalone_vad_ (Results 1 – 2 of 2) sorted by relevance
30 standalone_vad_(StandaloneVad::Create()) {} in VoiceActivityDetector()55 RTC_CHECK_EQ(standalone_vad_->AddAudio(resampled_ptr, length), 0); in ProcessChunk()73 standalone_vad_->GetActivity(&chunkwise_voice_probabilities_[0], in ProcessChunk()
63 std::unique_ptr<StandaloneVad> standalone_vad_; variable