Sunday, June 28, 2009

Play short sound on iphone

Play short sound on iphone

SystemSoundID soundID;
NSString *path = [[NSBundle mainBundle] 
pathForResource:@"RapidFire" ofType:@"wav"]; 

AudioServicesCreateSystemSoundID((CFURLRef)[NSURL fileURLWithPath:path],&soundID);
AudioServicesPlaySystemSound (soundID);

No comments:

Post a Comment