• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Audio converting code working on 10.3 and 10.4 - broken on 10.5
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Audio converting code working on 10.3 and 10.4 - broken on 10.5
      • From: "Mattias Arrelid" <email@hidden>
References: 
 >Audio converting code working on 10.3 and 10.4 - broken on 10.5 (From: "Mattias Arrelid" <email@hidden>)

  • Prev by Date: Audio converting code working on 10.3 and 10.4 - broken on 10.5
  • Next by Date: iTunes sending the current filename to another program....
  • Previous by thread: Audio converting code working on 10.3 and 10.4 - broken on 10.5
  • Next by thread: Re: Audio converting code working on 10.3 and 10.4 - broken on 10.5
  • Index(es):
    • Date
    • Thread