echo-cancel: Fix webrtc canceller when rec channels != play channels
authorArun Raghavan <git@arunraghavan.net>
Wed, 17 Feb 2016 14:17:08 +0000 (19:47 +0530)
committerArun Raghavan <git@arunraghavan.net>
Thu, 25 Feb 2016 03:39:13 +0000 (09:09 +0530)
commit5baecd37c3e17f1a5f6a3ef2d38f2da20db498d7
tree549ccf64a51060d683e7d5cba590dc147d95111d
parent08afc36ae4cd678de842648874c6d7e4f5fa0a36
echo-cancel: Fix webrtc canceller when rec channels != play channels

The calculations around how many samples were sent to the canceller
engine was not updated when we started supporting different channel
counts for playback and capture.
src/modules/echo-cancel/echo-cancel.h
src/modules/echo-cancel/webrtc.cc