AudioSampleBuffer::copyFrom() question

Hi all,

I just wonder if AudioSampleBuffer::copyFrom() is overlapping aware ( as memmove() ) if the origin and the target are the same AudioSampleBuffer instance, just only to move a region inside it.

Thank you!

Gabriel

No, for speed it assumes that you're not using overlapping regions.