In a mobile phone application, I need to play a sound file (mp3 or wav) embedded in a data file.
Currently I need to extract the file to the SDCARD and it is quite slow.
However, in Android, I can play it inside a data file without extracting.
I requested this feature to the Qt team about 2 years ago but it seems that this function still not available.
I think I should do some streaming from the data file but lack the knowledge. Anybody has some code to enlighten me?