_audioPlayer = [[AVAudioPlayer alloc] initWithContentsOfURL:[NSURL fileURLWithPath:path] error:nil]; [_audioPlayer setDelegate:self]; [_audioPlayer prepareToPlay];