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

sub*_*ero 17 iphone objective-c core-audio iphone-sdk-3.0 ios-simulator

我正在播放几种声音: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]
Run Code Online (Sandbox Code Playgroud)

和/或:

> 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)
Run Code Online (Sandbox Code Playgroud)

知道为什么吗?

谢谢.

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

JDi*_*ler 2

我注意到这篇文章,听起来有点相似。尝试这个是一个选择吗?

AudioQueueStart 发布消息以杀死 mediaserverd