Revert "Correct AEC3 multichannel functionality activation"
This reverts commit 9dda1b3a484ebeef921e419406402039f3852427. Reason for revert: The CL is causing downstream issues Original change's description: > Correct AEC3 multichannel functionality activation > > This CL corrects the AEC3 multichannel activation > to also work for the case when a factory is used > for the activation. > > Bug: webrtc:10913 > Change-Id: Ic2807d8bcef759261fde14447cff30633ba248dc > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/158794 > Commit-Queue: Per Åhgren <peah@webrtc.org> > Reviewed-by: Sam Zackrisson <saza@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#29676} TBR=saza@webrtc.org,peah@webrtc.org Change-Id: Ic487f77f5c11485a0f25a2a1d3797d0ec956f913 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: webrtc:10913 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/158797 Reviewed-by: Per Åhgren <peah@webrtc.org> Commit-Queue: Per Åhgren <peah@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29678}
This commit is contained in:
@ -2430,8 +2430,8 @@ class MyEchoControlFactory : public EchoControlFactory {
|
||||
}
|
||||
|
||||
std::unique_ptr<EchoControl> Create(int sample_rate_hz,
|
||||
int num_render_channels,
|
||||
int num_capture_channels) {
|
||||
size_t num_render_channels,
|
||||
size_t num_capture_channels) {
|
||||
return Create(sample_rate_hz);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user