Does anyone know of any examples using AudioQueue that play from a source in memory?
All the examples that I can find to play from files (using AudioFileReadPackets), but in my particular case I myself generate real-time data so perfectly, I want to insert the data myself, and not suck it from the file using a callback.
Any help is greatly appreciated.
dynjo source
share