webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
voice_activity_detector_unittest.cc File Reference
#include "webrtc/modules/audio_processing/vad/voice_activity_detector.h"
#include <algorithm>
#include <vector>
#include "webrtc/test/gtest.h"
#include "webrtc/test/testsupport/fileutils.h"

Namespaces

 webrtc
 

Functions

 webrtc::TEST (VoiceActivityDetectorTest, ConstructorSetsDefaultValues)
 
 webrtc::TEST (VoiceActivityDetectorTest, Speech16kHzHasHighVoiceProbabilities)
 
 webrtc::TEST (VoiceActivityDetectorTest, Speech32kHzHasHighVoiceProbabilities)
 
 webrtc::TEST (VoiceActivityDetectorTest, Noise16kHzHasLowVoiceProbabilities)
 
 webrtc::TEST (VoiceActivityDetectorTest, Noise32kHzHasLowVoiceProbabilities)