New interface (AudioDecoderFactory), with an implementation

This is a first draft of what we're hoping to use to create all
AudioDecoder instances. Follow-up CLs will start using this internally
in NetEq instead of calling constructors manually.

BUG=webrtc:5801

Review-Url: https://codereview.webrtc.org/1917163002
Cr-Commit-Position: refs/heads/master@{#12548}
This commit is contained in:
kwiberg
2016-04-28 14:23:32 -07:00
committed by Commit bot
parent c6957c7b73
commit c01c6a423c
9 changed files with 490 additions and 0 deletions

View File

@ -133,6 +133,7 @@
'audio_processing',
'audioproc_test_utils',
'bitrate_controller',
'builtin_audio_decoder_factory',
'bwe_simulator',
'cng',
'isac_fix',
@ -167,6 +168,7 @@
'<(webrtc_root)/tools/tools.gyp:agc_test_utils',
],
'sources': [
'audio_coding/codecs/audio_decoder_factory_unittest.cc',
'audio_coding/codecs/cng/audio_encoder_cng_unittest.cc',
'audio_coding/acm2/acm_receiver_unittest_oldapi.cc',
'audio_coding/acm2/audio_coding_module_unittest_oldapi.cc',