iphone :(音频)发布消息以杀死mediaserverd

时间:2010-09-21 17:07:02

标签: iphone objective-c iphone-sdk-3.0 ios-simulator core-audio

我正在使用: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)

知道为什么吗?

感谢。

顺便说一句,在模拟器上一切正常。

2 个答案:

答案 0 :(得分:2)

我注意到这篇文章,听起来有点类似。试试这个选项吗?

AudioQueueStart posting message to kill mediaserverd

答案 1 :(得分:0)

我在尝试设置音频类别时收到相同的消息(我正在使用音频单元)。重新启动iPad为我修好了。