Re: Problems with the AudioConverterFillComplexBuffer call
Re: Problems with the AudioConverterFillComplexBuffer call
- Subject: Re: Problems with the AudioConverterFillComplexBuffer call
- From: Doug Wyatt <email@hidden>
- Date: Wed, 5 Aug 2009 12:14:51 -0700
What Douglas said, though a static C++ method works too...
On Aug 5, 2009, at 9:37 , Douglas Scott wrote: I believe this error is telling you that you are passing a function pointer of the wrong type as the second argument to AudioConverterFillComplexBuffer(). The required type is a stand-alone function, and it appears from the error that you are handing it a pointer to a class member function. On Aug 5, 2009, at 2:24 AM, Fredrik TiC Jansson wrote: AudioConverterFillComplexBuffer
|
_______________________________________________
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