I recently run into a problem with an app not playing audio on my Kindle Fire (haven’t tested other android devices).
When I look into ADB I see the following:
I/SoundDecoder_SetError(10740): WAV: Not a RIFF file.
I/SoundDecoder_SetError(10740): MPG132: Message: I am done with this track.
I/SoundDecoder_SetError(10740): OGG: not valid Ogg Vorbis data.
I/SoundDecoder_SetError(10740): Unsupported codec
I’m not sure why this is happening as I’m able to play the files on my PC without a problem.
Please help!