Re: best way to get rate conversion
Re: best way to get rate conversion
- Subject: Re: best way to get rate conversion
- From: "Phil Burk" <email@hidden>
- Date: Fri, 11 Oct 2002 18:21:40 -0700
Hi Bill,
Thanks for the info.
>
In Jaguar there is a AUConverter unit that wraps up the converter and will
>
do bit-depth, SRC, channel interleaving/deinterleaving
PortAudio is distributed as source code format. I assume that if someone has
pre-Jaguar code then they won't be able to compile that code.
If I compile the code on Jaguar, will it execute on pre-Jaguar systems? In
other words is it statically linked with the new units or are they
dynamically linked?
Related Question: The Audio converter is run by calling
AudioConverterFillBuffer() which in turn calls a user callback. That is
perfect for the output channel. For Input, it would be nice if I could push
data from the audio input through the converter. Is there an equivalent
AudioConverterDrainBuffer()??
Thanks,
Phil Burk
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.