【发布时间】:2011-04-15 07:54:10
【问题描述】:
我正在播放几个声音:AudioServices
AudioServicesPlaySystemSound(aSystemSoundID);
当我在连接到机器的 iPhone 3G 上测试项目时,我收到以下消息:
> 2010-09-16 17:29:29.672
> myProject[6528:6def] [17:29:29.672
> <0x85d400>] PlaySound posting message
> to kill mediaserverd (5958) [Switching
> to thread 13059]
和/或:
> 2010-09-16 17:30:28.316
> myProject[6528:6def] [17:30:28.316
> <0x85d400>] AudioQueueNew posting
> message to kill mediaserverd (0)
> Error: AudioQueueNewInput failed
> (0x10004003)
知道为什么吗?
谢谢。
顺便说一句,在模拟器上一切正常。
【问题讨论】:
标签: iphone objective-c iphone-sdk-3.0 ios-simulator core-audio