gpt4 book ai didi

ios - AVAudioPlayer iOS 错误

转载 作者:行者123 更新时间:2023-11-28 20:41:56 25 4
gpt4 key购买 nike

我在尝试使用 AVAudioPlayer 播放剪辑时遇到错误。错误给我:

'The operation couldn’t be completed. (OSStatus error -50.)'

我不知道。框架都在那里等等......

与网址有关吗?

这是我的代码:

NSString *soundFilePath = [[NSBundle mainBundle] pathForResource:@"grunt" ofType:@"aiff"];
NSURL *fileURL = [NSURL URLWithString:soundFilePath];
NSError *error;
audioPlayer = [[AVAudioPlayer alloc] initWithContentsOfURL:fileURL error:&error];
if(!error){
audioPlayer.delegate = self;
[audioPlayer play];
}else{
NSLog(@"Error loading clip: %@", [error localizedDescription]);
}

提前致谢!

最佳答案

你有没有试过 NSURL + fileURLWithPath

关于ios - AVAudioPlayer iOS 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8158056/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com