gpt4 book ai didi

ios - 按下按钮时声音不会播放

转载 作者:行者123 更新时间:2023-11-28 22:33:58 26 4
gpt4 key购买 nike

我用来播放声音的代码是这样的:

NSString *soundFilePath = [NSString stringWithFormat:@"%@/%@.m4a", [[NSBundle mainBundle] resourcePath],currentSound.soundNameID];
NSURL *soundFileURL = [NSURL fileURLWithPath:soundFilePath];

AVAudioPlayer *player = [[AVAudioPlayer alloc] initWithContentsOfURL:soundFileURL error:nil];
player.numberOfLoops = 0;

[player play];

我正在尝试播放声音,但无法播放。我的文件是 m4a 类型。

最佳答案

如果 soundFileURL 没问题,那么我认为问题是播放器在播放声音之前被释放,在头文件中声明播放器。

关于ios - 按下按钮时声音不会播放,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16649449/

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