Re: Audio converting code working on 10.3 and 10.4 - broken on 10.5
Re: Audio converting code working on 10.3 and 10.4 - broken on 10.5
- Subject: Re: Audio converting code working on 10.3 and 10.4 - broken on 10.5
- From: james mccartney <email@hidden>
- Date: Wed, 10 Oct 2007 12:04:14 -0700
On Oct 10, 2007, at 10:00 AM, Mattias Arrelid wrote: Hi everyone,
We recently installed the latest developer preview on one of the machines at work to test our application on 10.5 before it officially ships. Everything works as expected, except one part of the audio converter that converts compressed data. We're using AudioConverterFillComplexBuffer and it's working flawlessly under 10.3 and 10.4, but on 10.5 each call to this function yields the error code "561015652". Does anyone have any suggestions what we might be doing wrong?
561015652 == '!pkd'
AudioConverter.h kAudioConverterErr_RequiresPacketDescriptionsError = '!pkd',
You are passing a NULL AudioStreamPacketDescriptions pointer for a format whose AudioStreamBasicDescription has an mBytesPerPacket of zero.
What format are you converting?
|
_______________________________________________
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