i have 5 mp3 files stored on the assets folder. The files are all 25 KB.
I load the files using:
manager = context.getAssets();
this.inputStream = manager.openFd(fileName).createInputStream();
Whenever i try to play the files, the sounds are all messed up like they were mixed or something.
I've zipaligned the app already but with no results.
anny help about this issue? Thanks in advance