I want to convert from
pcm
44100khz
16bit signed
2 channel
interleaved (packed)
format to
44100khz
floats
2 channel
non-interleaved (2 buffers)
format for use in an AUGraph. I have been messing with it for a few days. whats the best way to set up an AUConverter to do this
Is this on the iPhone? I’m pretty sure the converter unit on iPhone won’t handle floats. To test this, you could try changing your output ASBD to produce int samples and see if it starts working.