opensles: drop 48kHz sample rate
authorJosep Torra <n770galaxy@gmail.com>
Fri, 28 Sep 2012 12:39:01 +0000 (14:39 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 18 Oct 2012 12:03:09 +0000 (14:03 +0200)
commit1d9f48a33d78c301d98e548ba04bfc526ff86afd
tree524bae43ab3e69907271ad62f2c80ee48c4fd739
parent9cc7e6a74d61f6d5041d8cfe173b737336799a1f
opensles: drop 48kHz sample rate

OpenSL ES implementation in Android is just a 'facade' API on top of
AudioFlinger which will downsample 48kHz into 44.1kHz before
delivering the audio to the underlaying hardware.

We found that it suffer some sort of underrun when the downsample
enters in action so relay on our good resampler to take care of that
and fix the clicks issue. And get an extra bonus of a lower latency.
sys/opensles/openslessink.c