I am currently using this method preloadEffect to preload three sound files .caf?
And use this method playEffect when I need it.
But I can feel 1or2 second delay when play those sounds.
example
play sound 1, no delay, play sound 1
play sound 1, hv delay, play sound 2
I am worry about preloadEffect can only preload one sound file????
BTW, I only tested it on simulator.