OSDN Git Service

fix a typo in SINC resampler that prevented tracks to be mixed
authorMathias Agopian <mathias@google.com>
Mon, 19 Nov 2012 23:27:26 +0000 (15:27 -0800)
committerMathias Agopian <mathias@google.com>
Mon, 19 Nov 2012 23:27:26 +0000 (15:27 -0800)
commitd6864faccd19096b72d32481a3cc475e6d36e50d
treeaf3cad4f2e0397a57891d973c1be1f0624bd697b
parent4d9cef6c007afd195a8f36d35d46b359bf909331
fix a typo in SINC resampler that prevented tracks to be mixed

we were always erasing the current mix instead of mixing into it.

Change-Id: Ib229245f9e5a0d384f1727640a59e9f0469211a2
services/audioflinger/AudioResamplerSinc.cpp