rashrf / omri-dabdecoder-plugin

MPEG-1 Layer-2 Audio decoder plugin app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DabMpg123DecoderPlugin

This is a Plugin-App to decode MPEG-1 Layer 2 DAB Audio.

Why

Most Android devices do not provide a decoder for MPEG-1 Layer-2 Audio. Even the MP3 decoders do not decode Layer-2 audio. The plugin will spawn a service with the defined interface in the "dabaudiodecoderplugininterface".

The used decoder is MPG123 and therefore this plugin uses the same license. See https://www.mpg123.de/

How

To compile the project to an Android Application (.apk) just import it into Android Studio or issue the 'gradlew' command on Linux/Mac or use the 'gradlew.bat' on Windows. You need to have the NDK installed. The compiled APK will be located in the build output folder.

About

MPEG-1 Layer-2 Audio decoder plugin app

License:Other


Languages

Language:C 74.7%Language:Assembly 22.2%Language:Objective-C 1.9%Language:C++ 0.8%Language:Makefile 0.4%Language:Java 0.1%Language:Shell 0.0%