I have found in many examples of AudioQueue, we always read audiofilepackets, and copy the audiodata to the inBuffer in callback function.
I want to read audioData into my buffers at sometime before the audioQueueStart, and repeat the buffer continously without copying any data, is that possible?