Code Monkey home page Code Monkey logo

android-openmxplayer's Introduction

About this fork

This is a fork of an automatic google code export. There did exist multiple exports, none of them by the original author as far as I could see. I simply used the oldest export I could find.

This fork restructures the project into a Gradle based Android Studio project. More fixes or enhancements might be added based on our needs. However I am happy to move this repository over to whomever is more qualified to maintain it. This is basically just a scratch our own itch fork.

Original README follows

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.

COPYRIGHTS

For this software the following license applies:


** OpenMXPlayer - Audio player for Android ** Copyright (C) 2009 - 2014 Radu Motisan, [email protected] ** ** 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/.


OVERVIEW

The project contains two modules: - OpenMXPlayer - the library, the "decoder" - OpenMXPlayerDemo - a simple project that illustrates how to use the player library, the "player"

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.

INSTALLING

Requirements: - Android SDK - at least platform 16 (Android 4.1 / JellyBean)

Compiling:

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

USING THE OpenMXPlayer LIBRARY FOR OTHER PROJECTS

Preparing:

You must copy both Java JAR to your project's "libs" directory:

    $ cp -R OpenMxPlayer/libs <your_android_project>/libs

Using:

Please look at the example activity using the decoder

android-openmxplayer's People

Contributors

splitbrain avatar uradmonitor avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.