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
This commit is contained in:
@@ -225,12 +225,6 @@ int ViEAutoTest::ViECustomCall()
|
|||||||
"ERROR: %s at line %d",
|
"ERROR: %s at line %d",
|
||||||
__FUNCTION__, __LINE__);
|
__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);
|
error = ptrVEAPM->SetAgcStatus(true, kAgcDefault);
|
||||||
numberOfErrors += ViETest::TestError(error == 0,
|
numberOfErrors += ViETest::TestError(error == 0,
|
||||||
"ERROR: %s at line %d",
|
"ERROR: %s at line %d",
|
||||||
|
Reference in New Issue
Block a user