音频

_audioPlayer = [[AVAudioPlayer alloc] initWithContentsOfURL:[NSURL fileURLWithPath:path] error:nil];
        [_audioPlayer setDelegate:self];
        [_audioPlayer prepareToPlay];
原文地址:https://www.cnblogs.com/congliang/p/4578583.html