Just wondering if this is possible. Currently, the first time I play a sound file while the app is running, there is a noticeable delay before the sound actually plays. After this it plays instantly without issue, but if I close the app completely and relaunch it, the delay will be back the first time the sound is played. Here is the code I'm using to play the sound:
var soundPath = @"Sounds/sound.caf";
RunAction(SKAction.PlaySoundFileNamed(soundPath, false));