Add ALSA to Android -


i understand how application alsamixer or mixget, mixer widget alsa working.

specially, develop application makes use of "/etc/asound.conf" available alsa.

has more knowledge on this? how can "build" alsa every android-device?

i have tested applications on own samsung galaxy nexus natively uses "tinyalsa" , on "htc desire" uses "/dev/msm_audio_out" (don't know exactly).

it seems apps require root, ok no problem, work without larger modifications , on large range of devices).

thanks in advance help, i've read hundreds on hundreds of docs , found no real informations.

if android device

  • actually uses alsa drivers; and
  • is rooted (so app can access device files),

then ndk access alsa libraries. in case, alsa works on other machine.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -