I’m using regular malloced memory for my sample buffers, but I noticed that JUCE provides some alternatives.
So, is there any advantages to using the MemoryBlock or AlignedMemoryBlock classes instead? And why would I choose Aligned?
And is there any advantage to using AudioSampleBuffer instead, even though I dont need any of the methods the class provides?
Thanks.