gpt4 book ai didi

xcode - 为什么音频在模拟器中有效,而在我的 iPad 上无效?

转载 作者:行者123 更新时间:2023-12-01 22:56:54 24 4
gpt4 key购买 nike

我正在努力创建一个非常简单的应用程序。 2个按钮,都播放声音。每个剪辑持续 1 秒并响应“TouchUpInside”。它们是我在 iTunes 中转换的 .caf 文件。

这是我的代码,它再次在模拟器中工作,但在设备上无效:

enter code here- (void)viewDidLoad {

NSLog(@"InView did load");

AudioServicesCreateSystemSoundID ((CFURLRef)[NSURL fileURLWithPath:[[NSBundle mainBundle]pathForResource:@"bigaif" ofType:@"caf"]], &systemSoundID);


AudioServicesCreateSystemSoundID((CFURLRef)[NSURL fileURLWithPath:[[NSBundle mainBundle]
pathForResource: @"smallwav" ofType:@"wav"]],
&systemSoundIDTwo);

}
-(IBAction) playSound:(id) sender {
AudioServicesPlaySystemSound(systemSoundID);
}

-(IBAction) playSoundTwo:(id) sender {
AudioServicesPlaySystemSound(systemSoundIDTwo);

}

最佳答案

在过去 30 分钟内查找代码中的错误后,我发现 iPad 侧面的静音按钮已打开。在尝试一些奇特的解决方案之前先检查一下。

30 分钟很好用...

关于xcode - 为什么音频在模拟器中有效,而在我的 iPad 上无效?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7411467/

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