Alsa for Android
Arun Raghavan
arun at accosted.net
Mon Aug 18 19:47:21 PDT 2014
On Sun, 2014-08-17 at 14:00 -0700, truthz03 wrote:
> I'm now able to build gstreamer with cerbero.
> I have downloaded the source from
> "git://anongit.freedesktop.org/gstreamer-sdk/cerbero" and used compiled the
> "gstreamer-1.0-sdk" package.
> Than I enabled alsa which was disabled for android. To be able to build
> successfully I copied the alsa libraries form the linux version.
> With this modifications cerbero build successfully but I'm not able to build
> my android app.
If you're trying to make an application without special privileges,
using ALSA is not the correct solution. Applications must go through the
appropriate userspace API to access the audio stack. For native code,
this is OpenSLES.
-- Arun
More information about the gstreamer-devel
mailing list