iOS 4.3 breaks my live App. AudioQueueNewOutput gives OSStatus of 560360820
iOS 4.3 breaks my live App. AudioQueueNewOutput gives OSStatus of 560360820
- Subject: iOS 4.3 breaks my live App. AudioQueueNewOutput gives OSStatus of 560360820
- From: White Hexagon <email@hidden>
- Date: Wed, 09 Mar 2011 10:28:33 +0200
Some customers have started reporting that our 'BabyMonitorHD' App fails
totally with iOS 4.3. I'm starting to panic a little since 4.3 is only
a few days away...
I'm now able to recreate the issue within Xcode(3.2.6). with 4.2
simulator everything works fine, with 4.3 simulator the following line
fails with err 560360820. Which seems to be undocumented.
err = AudioQueueNewOutput(&asbd,
MyAudioQueueOutputCallback,
self,
CFRunLoopGetCurrent(),
kCFRunLoopCommonModes,
0,
&audioQueue
);
A quick google shows a few other audio developers are hitting this error
code, but I can't find any further information. There doesn't seem to
be much in the release notes for 4.3 that should impact this, unless
it's related somehow to the new audio descriptor. Currently I'm using
the following:
AudioStreamBasicDescription asbd;
UInt32 size = sizeof(asbd);
err = AudioFileGetProperty(mAudioFile,kAudioFilePropertyDataFormat,
&size, &asbd);
Help or advice much appreciated! the clock is ticking.
Peter
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden