Re: IOS 6 AudioQueueOfflineRender returns undocumented OSStatus == -308 ????
Re: IOS 6 AudioQueueOfflineRender returns undocumented OSStatus == -308 ????
- Subject: Re: IOS 6 AudioQueueOfflineRender returns undocumented OSStatus == -308 ????
- From: Andy Davidson <email@hidden>
- Date: Tue, 02 Oct 2012 14:01:53 -0700
- Thread-topic: IOS 6 AudioQueueOfflineRender returns undocumented OSStatus == -308 ????
Hi Paul
Its has come as a very big surprise to discover "not all apple error codes are document". Its been very surprising how little audio documentation exists in general. How can we build "insanely great software" if we do not know about possible error conditions?
With that out of the way. How can I figure how what is going on and write my code to compensate for –308 :-)
Does anyone know of any secrete voodoo or ??? That I can use to get more information about what is going on? Based on my testing, and the fact that the app has been in the app store for a couple of years and up till IOS 6 had almost no crash reports. I suspect that something changed in apple implementation. It seems like this error only occurs when I reach EOF. Maybe as a hack I could try to stop the audio queue? Maybe you have to some how change the way you init your queues before you can call AudioQueueOfflineRender ?
Andy
On Tue, Oct 2, 2012 at 3:57 PM, Andy Davidson <email@hidden> wrote: Hi
I am running into problem with a deployed app. My code worked fine with iPhone OS 3, IOS 4.x, and IOS 5.1. I am getting a lot of crash reports from users.
I have determined that the problem is AudioQueueOfflineRender returns an error code "-308" I search the documentation and googled. It seems like this error code is not documented.
FormatError from "CAXException.h" does not help. It returns a string value "-308" . Any idea what this error means? (gdb) p (char[4]) -308 $1 = "\314\376\377\377"
tahome, you're wrong: this is the funniest thing ever on this list.
andy, don't take it personally. its a string representation of error code -308. it may suprise you but not all apple error codes are documented.
No worries. I understand this. I only included it to show I was trying every trick I could think of to try and figure out what this error means.
|
_______________________________________________
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