Are the 128 samples in one buffer recorded by "queue" in time order?

Aaron Z

Member
Hi everyone,

A quick and simple question:

I was wondering if the 128 samples in each buffer recorded by "queue" are in time order?
I'm trying to connect these samples from all buffers, so that I could obtain continuous time data over a certain period of time.
I assume they are in time order, but not sure about that.

Thanks
 
Yes, they're in order. First in the buffer is the first which arrived (oldest) and last in the buffer is last arrived (newest).
 
Back
Top