I\'m currently working on an app that lets the user choose an MP3 audio file. The file is then processed by my app.
For this processing, the application would need t
the Android system can decode mp3 file now, see here it describes the media codec, container, and network protocol support provided by the Android platform.
The MedieCodec is a very powful framework to encode and decode media file.