I have an Android app where the data is packed using FileWrap. The fact is that I want to wrap mp3 data into an android file and play with this memory. I tested the nativeuudio example in the NDK, which shows how to play MP3s as an asset or file system file, but does not show how I can play MP3s embedded in memory.
Please, help. Thanks.
source
share