webrtc/api/neteq
Ivo Creusen 68c6572980 Add a CreateNetEq method that takes an AudioDecoderFactory
The NetEqFactory is currently expected to wrap the AudioDecoderFactory,
but this turns out not to be a good idea. Instead, it makes more sense
to pass the AudioDecoderFactory through the CreateNetEq method.

Bug: webrtc:11005
Change-Id: I8027ff6593f40c92072e7e88157631dcf329a984
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/160644
Commit-Queue: Ivo Creusen <ivoc@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29918}
2019-11-26 14:43:49 +00:00
..
BUILD.gn Move NetEq headers to api/ 2019-10-31 15:43:59 +00:00
custom_neteq_factory.cc Add a CreateNetEq method that takes an AudioDecoderFactory 2019-11-26 14:43:49 +00:00
custom_neteq_factory.h Add a CreateNetEq method that takes an AudioDecoderFactory 2019-11-26 14:43:49 +00:00
default_neteq_controller_factory.cc Move NetEq headers to api/ 2019-10-31 15:43:59 +00:00
default_neteq_controller_factory.h Move NetEq headers to api/ 2019-10-31 15:43:59 +00:00
DEPS Add a CreateNetEq method that takes an AudioDecoderFactory 2019-11-26 14:43:49 +00:00
neteq.cc Move NetEq headers to api/ 2019-10-31 15:43:59 +00:00
neteq.h Move NetEq headers to api/ 2019-10-31 15:43:59 +00:00
neteq_controller.h Move NetEq headers to api/ 2019-10-31 15:43:59 +00:00
neteq_controller_factory.h Move NetEq headers to api/ 2019-10-31 15:43:59 +00:00
neteq_factory.h Add a CreateNetEq method that takes an AudioDecoderFactory 2019-11-26 14:43:49 +00:00
tick_timer.cc Move NetEq headers to api/ 2019-10-31 15:43:59 +00:00
tick_timer.h Move NetEq headers to api/ 2019-10-31 15:43:59 +00:00
tick_timer_unittest.cc Move NetEq headers to api/ 2019-10-31 15:43:59 +00:00