Hi everybody ,
I trying android audio codec.
I read "TI-Android-GingerBread-2.3.4-DevKit-2.1.1 PortingGuides" and fixed "TI Android GingerBread 2.3.4 AM335x Sources".
I input a command "# alsa_arecord -f cd | alsa_aplay" in console, and it works.
I try in TI-android and select a music, but it does not output any sounds.
1. aplay OK
2. android NG
I build Rowboat with following options in BoardConfig.mk.
BOARD_USES_ALSA_AUDIO := true BUILD_WITH_ALSA_UTILS := true
But "alsa.omap3.so" is not make.
It makes "alsa.beaglebone.so".
What different between those files?
Thank you.
Hirohito