Может кто-нибудь ответить, как воспроизводить mp3 файлы, используя AudioServicesCreateSystemSoundID()
? Я пытался, но не работает.
Я использовал следующий фрагмент кода для воспроизведения mp3
NSURL *soundURL = [[NSBundle mainBundle] URLForResource:fileName withExtension:extension];
soundFileURLRef = (CFURLRef) [soundURL retain];
// Create a system sound object representing the sound file.
AudioServicesCreateSystemSoundID ( soundFileURLRef,&soundFileObject);