Skip to content
Radu edited this page Apr 27, 2015 · 1 revision

Intro

The OpenMXPlayer is an open source android library project implementing a versatile audio player that supports the most used audio formats Mp3, AAC, Vorbis, WMA and more.

[Everything Is AWESOME](https://www.youtube.com/watch?v= R705QfT0zU4 "Everything Is AWESOME")

It's constructed based on the MediaCodec Api, so it can be used with Android 4.1 or newer. It's fast, easy to understand and robust, making it an excellent choice for your multimedia applications, regardless of the audio source you are targeting: local files or online audio streaming.

Block diagram

License

This work is free software, licensed under LGPL; you can redistribute it and/or modify it under the terms of this license. For other licensing options, feel free to contact me.

Additional resources

More details available on my blog: http://www.pocketmagic.net/2014/06/android-audio-player-using-mediacodec-mediaextractor

Clone this wiki locally