echo-cancel: Add some bits for webrtc intelligibility enhancer
authorTanu Kaskinen <tanuk@iki.fi>
Sat, 20 Feb 2016 12:32:59 +0000 (14:32 +0200)
committerTanu Kaskinen <tanuk@iki.fi>
Wed, 24 Feb 2016 16:43:58 +0000 (18:43 +0200)
commitfab8a16b0f1fe55c0ac209a486f7a7546768867d
treedca702c5d2c596ca614370a263e17dc54680157e
parenta14db55c2bc912ed68eeb5059d2abc75e9ad9a47
echo-cancel: Add some bits for webrtc intelligibility enhancer

It's not possible to enable the intelligibility enhancer at the
moment, because the feature would require modifying the audio that we
play to speakers, which we don't do currently. All audio processing is
done at the source side, and it's not easy to change that.

This patch is based on Arun Raghavan's code, I just reordered things
a bit and reworded the FIXME comment.
src/modules/echo-cancel/webrtc.cc