On 3 Jan '08, at 6:37 AM, Daniele Barchiesi wrote:
I am developing an Audio Unit and I need to use the fourier transorm
for some DSP. The open-source FFTW3 seemed to me a good choice, but
I'm having some troubles with it.
The CASpectralProcessor class in the CA SDK might do what you need: it
transforms an audio stream into the frequency domain, lets your
subclass adjust the frequencies, and then transforms it back into
samples.
Even if you can't use it as-is, it's a good example of how to use
Accelerate.framework to do FFTs.
--Jens
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/coreaudio-api/email@hidden