HomeSort by relevance Sort by last modified time
    Searched refs:VoiceDetectionImpl (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/
voice_detection_impl.cc 17 class VoiceDetectionImpl::Vad {
34 VoiceDetectionImpl::VoiceDetectionImpl(rtc::CriticalSection* crit)
39 VoiceDetectionImpl::~VoiceDetectionImpl() {}
41 void VoiceDetectionImpl::Initialize(int sample_rate_hz) {
55 void VoiceDetectionImpl::ProcessCaptureAudio(AudioBuffer* audio) {
81 int VoiceDetectionImpl::Enable(bool enable) {
90 bool VoiceDetectionImpl::is_enabled() const {
95 int VoiceDetectionImpl::set_stream_has_voice(bool has_voice)
    [all...]
voice_detection_impl.h 23 class VoiceDetectionImpl : public VoiceDetection {
25 explicit VoiceDetectionImpl(rtc::CriticalSection* crit);
26 ~VoiceDetectionImpl() override;
53 RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(VoiceDetectionImpl);
audio_processing_impl.cc 161 rtc::scoped_ptr<VoiceDetectionImpl> voice_detection;
250 new VoiceDetectionImpl(&crit_capture_));
    [all...]

Completed in 86 milliseconds