I use sound effect in my project. Like that:
[[SimpleAudioEngine sharedEngine] playEffect:@"BOING.WAV"];
Bt the problem is when this code executed for the first time my application is stack for a simple time.can anyone pls tell me why?
Or where i m doing wrong.