gpt4 book ai didi

iphone - AudioServicesPlaySystemSound振动有效,但不起作用

转载 作者:行者123 更新时间:2023-12-03 02:31:30 26 4
gpt4 key购买 nike

AudioServicesPlaySystemSound不会执行任何操作,但AudioServicesPlayAlertSound会使iPhone震动。

AudioServicesCreateSystemSoundID返回成功。我正在运行iOS4的iPhone3G上进行开发。

有任何想法吗?
彼得

=====

这是我创建声音的方法:

NSString *sndPath = [[NSBundle mainBundle] pathForResource:@"first_touch" ofType:@"wav" inDirectory:@"/"];
CFURLRef sndURL = (CFURLRef)[[NSURL alloc] initFileURLWithPath:sndPath];
int e = AudioServicesCreateSystemSoundID(sndURL, &_firstTouch); // TODO: call 'AudioServicesDisposeSystemSoundID'

那就是我玩的人:
AudioServicesPlayAlertSound(_firstTouch);

最佳答案

显示一些代码会有所帮助。

猜测是,您正在创建声音,播放声音,然后立即删除声音。这行不通;删除声音会导致声音停止播放。

关于iphone - AudioServicesPlaySystemSound振动有效,但不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3791552/

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