AudioQueue in-memory playback example
Posted
by Jonesy
on Stack Overflow
See other posts from Stack Overflow
or by Jonesy
Published on 2010-06-09T17:56:48Z
Indexed on
2010/06/14
2:12 UTC
Read the original article
Hit count: 408
Does anybody know of any examples using AudioQueue that play from an in-memory source?
All the examples I can find play from files (using AudioFileReadPackets) but in my particular case I am generating the data myself in realtime so ideally, I want to enqueue the data myself rather than sucking it out of a file using the callback.
Any help much appreciated.
© Stack Overflow or respective owner