On Mon, 2016-01-18 at 13:06 +0530, arun at accosted.net wrote: > From: Arun Raghavan <git at arunraghavan.net> > > The AGC code no longer seems to honour the analog volume limits we set, > and internally uses 0-255 as the volume range. So we switch to use that > (keeping the old API usage as is in case this gets fixed upstream). > --- > Â src/modules/echo-cancel/webrtc.cc | 25 +++++++++++++++++++++---- > Â 1 file changed, 21 insertions(+), 4 deletions(-) Looks good to me. --Â Tanu