Re-organizing ACM tests
The ACM tests needed re-writing, because all tests were not individual gtests, and the result was difficult to interpret. While doing the re-write, I discovered a bug related to 48 kHz CNG. We can't have the 48 kHz CNG active at the moment. The bug is fixed in this CL. I also needed to rewrite parts of the VAD/DTX implementation, so that the status of VAD and DTX (enabled or not) is propagated back from the function SetVAD(). BUG=issue2173 R=minyue@webrtc.org, turaj@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1961004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4625 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -48,7 +48,6 @@ class Sender {
|
||||
void Teardown();
|
||||
void Run();
|
||||
bool Add10MsData();
|
||||
bool Process();
|
||||
|
||||
//for auto_test and logging
|
||||
uint8_t testMode;
|
||||
|
||||
Reference in New Issue
Block a user