Hello there:)
im almost finished with my latest application but i am struggling with a problem that occours everytime i test the game....
in my app a sound is supposed to be played when i press a specific place on the screen but it makes the game lag for 1 sec or so and its damn annoying..
the sound file size aint big(not even 1mb) and ive tried different file types (mp3 mp4a1 caf) but all with same result?
heres the code i use:
[[SPSound soundWithContentsOfFile:@"name.mp3"] play];
whats the problem?