The OpenCORE framework in the current android code drop does not have
the ability to recognize an .aac file. In the upcoming release, we
will have this feature. A way to overcome this is to make a change in
playerdriver.cpp in the following line:

mDataSource->SetDataSourceFormatType(PVMF_FORMAT_UNKNOWN); // Let PV
figure it out

Here, instead of unknown, set the format as PVMF_AACFF for a .aac
file. Then, you should be able to play the .aac file.

-Ravi

On Dec 16, 12:34 pm, Wei <[email protected]> wrote:
> Hi All,
>
> Currently the Android reelase 1 not support aac file in the music
> player.
> So, I modify the MediaFile.java in the android source code to make the
> music player recognize *.aac file.
> However, it still can not play normal.
> Is anyone know how to play *.aac file in Android r1?
>
> ~ Wei
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to