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

ios - iPhone/iPad different view orientations in different views , and apple approval process -

monitor web browser programmatically in Android? -

c# - Using multiple datasets in RDLC -