• 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: kConverterPrimeMethod_None not working on Tiger
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: kConverterPrimeMethod_None not working on Tiger


  • Subject: Re: kConverterPrimeMethod_None not working on Tiger
  • From: William Stewart <email@hidden>
  • Date: Mon, 24 Mar 2008 12:56:05 -0700


On Mar 22, 2008, at 2:35 AM, Brian Willoughby wrote:
Hello,

I'm writing an AudioUnit which requires oversampling. I decided to ditch the upsampling and downsampling code that I have in my arsenal in exchange for the more flexible AudioConverter - especially after seeing the quality comparisons. I obviously need to set kAudioConverterPrimeMethod to kConverterPrimeMethod_None because an AudioUnit cannot seek back in time, nor can it fetch future samples. An AU must process the samples in the current buffer, and none before or after (* see below). The documentation seems to promise that AudioConverter will not ask me to pre-seek. However, when I set up a stereo 4x oversampling conversion, with an AU buffer of 512 frames, and I ask for 2048 output frames, my AudioConverterComplexInputDataProc is given a request for 516 frames. In fact, it often is asked for 4 extra frames when testing with auval. This would only make sense if I were using the Pre-seek or Normal priming methods, but I am not.

No - its actually due to some rounding in the converter so that the pull sizes are in 4 sample increments to facilitate better altivec/SSE processing alignements.


You can use AUConverter directly to this work for you - just open the AUConverter unit and then set the render quality and audio unit property sample rate converter complexity property and you are good to go

Bill

_______________________________________________
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: kConverterPrimeMethod_None not working on Tiger
      • From: Brian Willoughby <email@hidden>
References: 
 >kConverterPrimeMethod_None not working on Tiger (From: Brian Willoughby <email@hidden>)

  • Prev by Date: Re: [FAQ?] re>x-code template project for AU with cocoa view
  • Next by Date: Re: AU Latency & Logic Live Mode
  • Previous by thread: kConverterPrimeMethod_None not working on Tiger
  • Next by thread: Re: kConverterPrimeMethod_None not working on Tiger
  • Index(es):
    • Date
    • Thread