OpenMXPlayer Audio player for Android http://www.pocketmagic.net
The source code can be obtained at http://code.google.com/p/openmxplayer-android/
This is a port of the "OpenMXPlayer" open source library to Android platform.
For this software the following license applies:
OpenMXPlayer - Audio player for Android Copyright (C) 2009 - 2014 Radu Motisan, radu.motisan@gmail.com This file is a part of "OpenMXPlayer" open source library. OpenMXPlayer is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License ** along with this program. If not, see http://www.gnu.org/licenses/.
The project contains two modules:
The "decoder" module contains the Java code used for wrapping the underlying decoding algorithms (which is currently based on MediaCodec but it could be easily changed).
The "player" module is an example how to use the "decoder" library in your project.
Requirements:
1) open the "decoder" and the "player" projects in your Android IDE and compile it
3) install the APK on the emulator or a device:
adb install OpenMXPlayerDemo.apk
You must copy both Java JAR to your project's "libs" directory:
$ cp -R OpenMxPlayer/libs <your_android_project>/libs
Please look at the example activity using the decoder