Vector of AudioBuffers not allocated right

I can think of a couple of potential ways to approach this,

1 - Use an aligned allocator as per this gist

2 - Create your own buffer classes which guarantee alignment (I can post some example code if you’re interested)

Also, for some history see this topic: Alignment of AudioSampleBuffers)