Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AudioConverterFillComplexBuffer question



Hi folks

I'm trying to convert an interleaved stereo integer buffer I have read from a
wav file into 2 mono float buffers. I am looking at
AudioConverterFillComplexBuffer and I think I have my head around the basics,
I'm calling.

result= AudioConverterFillComplexBuffer(theAudioConverter,
InputDataProc,
diskBuffer,
&size,
&outputData,
NULL);

where diskBuffer is a pointer to my interger buffer and outputData is an
AudioBufferList with 2 buffers.

What I'm not sure of is what I'm supposed to do in
theAudioConverterComplexInputDataProc, any pointers?

Stewart
_______________________________________________
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.



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.