does an audiosamplebuffer object contain wave data or just a reference to it? if it’s only a reference is it up to you to delete the original data once the audiosamplebuffer object is deleted, or is there a way to have it do this automatically? what about when you use the AudioSampleBuffer(const int numChannels, const int numSamples) constructor, where is the data stored then?
thanks in advance