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}
12 lines
251 B
Python
12 lines
251 B
Python
specific_include_rules = {
|
|
"neteq_factory\.h": [
|
|
"+system_wrappers/include/clock.h",
|
|
],
|
|
"custom_neteq_factory\.h": [
|
|
"+system_wrappers/include/clock.h",
|
|
],
|
|
"default_neteq_factory\.h": [
|
|
"+system_wrappers/include/clock.h",
|
|
],
|
|
}
|