mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
1d9f48a33d
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. |
||
---|---|---|
.. | ||
Makefile.am | ||
opensles.c | ||
openslesringbuffer.c | ||
openslesringbuffer.h | ||
openslessink.c | ||
openslessink.h | ||
openslessrc.c | ||
openslessrc.h |