From 26b83b581c0213cb22354bb47f9081da31de97f6 Mon Sep 17 00:00:00 2001 From: "ajm@google.com" Date: Mon, 25 Jul 2011 22:53:23 +0000 Subject: [PATCH] Remove DTX from the ViE custom call test configuration. We don't normally recommend enabling this as it reduces audio quality. Review URL: http://webrtc-codereview.appspot.com/95003 git-svn-id: http://webrtc.googlecode.com/svn/trunk@252 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../main/test/AutoTest/source/vie_autotest_custom_call.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/video_engine/main/test/AutoTest/source/vie_autotest_custom_call.cc b/src/video_engine/main/test/AutoTest/source/vie_autotest_custom_call.cc index 8ba9e93a6f..2370604596 100644 --- a/src/video_engine/main/test/AutoTest/source/vie_autotest_custom_call.cc +++ b/src/video_engine/main/test/AutoTest/source/vie_autotest_custom_call.cc @@ -225,12 +225,6 @@ int ViEAutoTest::ViECustomCall() "ERROR: %s at line %d", __FUNCTION__, __LINE__); - error = ptrVECodec->SetVADStatus(audioChannel, true, - webrtc::kVadAggressiveHigh); - numberOfErrors += ViETest::TestError(error == 0, - "ERROR: %s at line %d", - __FUNCTION__, __LINE__); - error = ptrVEAPM->SetAgcStatus(true, kAgcDefault); numberOfErrors += ViETest::TestError(error == 0, "ERROR: %s at line %d",