Removing AudioCoding class, a.k.a the new ACM API

We have decided not to do a switch from old (AudioCodingModule) to new
(AudioCoding) API. Instead, we will gradually evolve the old API to
meet the new design goals.

As a consequence of this decision, the AudioCoding and AudioCodingImpl
classes are deleted. Also removing associated unit test sources. No
test coverage is lost with this operation, since the tests for the
"old" API are testing more than the deleted tests did.

BUG=webrtc:3520

Review URL: https://codereview.webrtc.org/1415163002

Cr-Commit-Position: refs/heads/master@{#10406}
This commit is contained in:
henrik.lundin
2015-10-26 05:26:39 -07:00
committed by Commit bot
parent f054819e25
commit e9eca8f5ae
12 changed files with 0 additions and 2346 deletions

View File

@ -108,8 +108,6 @@
'<(DEPTH)/testing/gtest.gyp:gtest',
],
'sources': [
'acm2/acm_receive_test.cc',
'acm2/acm_receive_test.h',
'acm2/acm_receive_test_oldapi.cc',
'acm2/acm_receive_test_oldapi.h',
],
@ -127,8 +125,6 @@
'<(DEPTH)/testing/gtest.gyp:gtest',
],
'sources': [
'acm2/acm_send_test.cc',
'acm2/acm_send_test.h',
'acm2/acm_send_test_oldapi.cc',
'acm2/acm_send_test_oldapi.h',
],