iPhone Dev:同时发出短声和振动
有什么办法可以让手机播放短声的同时同时震动吗? 我发现了一些有关 AudioQueing 的内容,但我是新手,无法理解 AudioQueing 的整个过程。
来自德国的亲切问候
is there any way to play a short sound and let the phone vibrate at the same time?
I found something about AudioQueing, but I'm a newbie and cant wrap my head around that whole process of AudioQueing.
Kind regards from Germany
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。您的哪个部分有问题?播放声音、振动还是同时进行?要播放短声音,您可以使用
AVAudioPlayer
类。振动由以下代码触发:此处描述,例如。
Yes. What part do you have problems with? Playing sounds, vibrating, or doing both at once? For playing short sounds you can use the
AVAudioPlayer
class. The vibration is triggered by the following code:Described here, for example.