Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1522)

Unified Diff: webrtc/modules/audio_processing/vad/voice_activity_detector_unittest.cc

Issue 1177043017: Increase the kMaxNoiseProbability in voice_activity_detector_test (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_processing/vad/voice_activity_detector_unittest.cc
diff --git a/webrtc/modules/audio_processing/vad/voice_activity_detector_unittest.cc b/webrtc/modules/audio_processing/vad/voice_activity_detector_unittest.cc
index 1cc0ad65646502d00325a9573c48b721943db89f..f4ee17760e95753271ae40aca65475e635480c71 100644
--- a/webrtc/modules/audio_processing/vad/voice_activity_detector_unittest.cc
+++ b/webrtc/modules/audio_processing/vad/voice_activity_detector_unittest.cc
@@ -21,7 +21,7 @@ namespace {
const int kStartTimeSec = 16;
const float kMeanSpeechProbability = 0.3f;
-const float kMaxNoiseProbability = 0.07f;
+const float kMaxNoiseProbability = 0.1f;
const size_t kNumChunks = 300u;
const size_t kNumChunksPerIsacBlock = 3;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698