Question about the AudioConverterFillComplexBuffer callback function
Question about the AudioConverterFillComplexBuffer callback function
- Subject: Question about the AudioConverterFillComplexBuffer callback function
- From: Fredrik <email@hidden>
- Date: Sun, 9 May 2010 17:58:19 +0200
Hi,
I need to convert data from a input file and are looking at the AudioConverterFillComplexBuffer function and have some questions about the callback function needed as arg 3. I have been looking at the new example code, FileConverter and noticed that the callback does reading directly from the file. In my case I have already read from my file into a buffer. Is it possible to just supply the buffer to the callback function instead?
I also noticed that the struct passed to the example callback function contains a AudioStreamBasicDescription is it possible to do this without it, since I have created a converter with this as arguments?
_______________________________________________
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