Hi All,
I have written a simple app which plays .wav files on button click. These .wav files are stored on Nokia E52 ("C:\\Data\\Sounds\\*.wav").
I know i can embed wav files in the resource (.qrc) file. There are about 50 wav files and embedding them will make life easier in terms of deployment but in the end this app will run on no more than 5 handsets for within the office area.
What i want to know in your view what is faster:
1) Direct access from C:\\Data\\Sounds\\*.wav or
2) Accessing from .qrc file
3) Any other faster method.
Kind Regards,
Javed
Bookmarks