I am playing an audio file named 'myTrack.mp3' with SimpleAudioEngine as:
[[SimpleAudioEngine sharedEngine]playBackgroundMusic:@"myTrack.mp3" loop:NO];
The audio if of the length of 00:17 seconds, and my plays the whole file. But now I need to play only the portion between time 00:08 and 00:14. Is it is possible in Cocos2d?
Thanks.