Search code examples
javaandroidaudiotracker

How to play tracker modules on Android?


I posted this question over at anddev.org and thougt here was a good place to post this too because this site has a bigger usergroup.

I will make it shorter here: How can i play .xm or .mod files on the android platform? Is there a good android compatible library for the playback? I cant seem to find one. I dont search a player like Extended Multimedia Player, just a library.

I know i could convert all the modules to mp3 but I don't like that. It would blow up the app in filesize.

Regards.


Solution

  • The 2D game engine AndEngine has an extension that can play .mod files, it might suit your needs:

    http://code.google.com/p/andenginemodplayerextension/