Re: getting to grips with coreaudio
Re: getting to grips with coreaudio
- Subject: Re: getting to grips with coreaudio
- From: tahome izwah <email@hidden>
- Date: Sat, 23 Oct 2010 17:56:58 +0200
You should make sure that your FFT size is independent of your audio
buffer size. Usually this is done by accumulating data until you have
enough to do a full transform. As most transforms are size 2^n for
speed reasons this is required, as you can't assume that your audio
buffers will always be a power of 2 in size.
HTH
--th
_______________________________________________
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